#fbcfeb
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 207, 235
HSL
322°, 85%, 90%
CMYK
0, 18, 6, 2
Luminance
0.7113
Every format
| HEX | #fbcfeb |
| RGB | rgb(251, 207, 235) |
| HSL | hsl(322, 85%, 90%) |
| CMYK | cmyk(0%, 18%, 6%, 2%) |
| LAB | lab(87.5 19.9 -7.9) |
| LCH | lch(87.5 21.5 338.3) |
| OKLCH | oklch(0.900 0.061 340.0) |
Copy-ready code
/* CSS */
color: #fbcfeb;
background-color: #fbcfeb;
/* Tailwind (arbitrary) */
class="text-[#fbcfeb] bg-[#fbcfeb]"
/* SCSS */
$brand: #fbcfeb;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.922)
/* Android */
Color.parseColor("#fbcfeb")Accessibility — WCAG contrast
Aa
#fbcfeb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcfeb on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow6.4%
Key (black)1.6%
Color previews
#fbcfeb text on a black background
contrast 15.23:1
Card sample
#fbcfeb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcfeb;
Background color
Panel with #fbcfeb background
background-color: #fbcfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcfeb; background: linear-gradient(135deg, #fbcfeb, #FBD0CF);