#fbcee2
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 206, 226
HSL
333°, 85%, 90%
CMYK
0, 18, 10, 2
Luminance
0.7014
Every format
| HEX | #fbcee2 |
| RGB | rgb(251, 206, 226) |
| HSL | hsl(333, 85%, 90%) |
| CMYK | cmyk(0%, 18%, 10%, 2%) |
| LAB | lab(87.1 19.0 -3.9) |
| LCH | lch(87.1 19.4 348.4) |
| OKLCH | oklch(0.896 0.057 349.8) |
Copy-ready code
/* CSS */
color: #fbcee2;
background-color: #fbcee2;
/* Tailwind (arbitrary) */
class="text-[#fbcee2] bg-[#fbcee2]"
/* SCSS */
$brand: #fbcee2;
/* SwiftUI */
Color(red: 0.984, green: 0.808, blue: 0.886)
/* Android */
Color.parseColor("#fbcee2")Accessibility — WCAG contrast
Aa
#fbcee2 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcee2 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.8%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow10.0%
Key (black)1.6%
Color previews
#fbcee2 text on a black background
contrast 15.03:1
Card sample
#fbcee2 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcee2;
Background color
Panel with #fbcee2 background
background-color: #fbcee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 206, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 206, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcee2; background: linear-gradient(135deg, #fbcee2, #FBD8CE);