#F8BBD0
Material pink 100
#F8BBD0 is a magenta colour. In RGB it is 248 red, 187 green and 208 blue, which converts to a hue of 339 degrees, 81% saturation and 85% lightness. It is Material pink 100 in that design system's palette.
Color values
| HEX | #F8BBD0 |
|---|---|
| RGB | rgb(248, 187, 208) |
| HSL | hsl(339, 81%, 85%) |
| HSV | hsv(339, 25%, 97%) |
| CMYK | cmyk(0%, 25%, 16%, 3%) |
Contrast and accessibility
Against white the contrast ratio is 1.61:1, and against black it is 13.01:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.61:1 | Fail | Fail |
| Black | 13.01:1 | AAA | AAA |
Tints and shades
Lighter tints move #F8BBD0 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F8BBD0; |
|---|---|
| CSS rgb() | color: rgb(248 187 208); |
| Tailwind | bg-[#f8bbd0] |
| SwiftUI | Color(red: 0.973, green: 0.733, blue: 0.816) |
| Android | Color.parseColor("#F8BBD0") |
Closest named color
The nearest CSS colour keyword to #F8BBD0 is pink (#FFC0CB).