#fbceee
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 206, 238
HSL
317°, 85%, 90%
CMYK
0, 18, 5, 2
Luminance
0.7082
Every format
| HEX | #fbceee |
| RGB | rgb(251, 206, 238) |
| HSL | hsl(317, 85%, 90%) |
| CMYK | cmyk(0%, 18%, 5%, 2%) |
| LAB | lab(87.4 21.0 -9.8) |
| LCH | lch(87.4 23.1 335.1) |
| OKLCH | oklch(0.899 0.065 336.7) |
Copy-ready code
/* CSS */
color: #fbceee;
background-color: #fbceee;
/* Tailwind (arbitrary) */
class="text-[#fbceee] bg-[#fbceee]"
/* SCSS */
$brand: #fbceee;
/* SwiftUI */
Color(red: 0.984, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#fbceee")Accessibility — WCAG contrast
Aa
#fbceee on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbceee on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow5.2%
Key (black)1.6%
Color previews
#fbceee text on a black background
contrast 15.16:1
Card sample
#fbceee text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbceee;
Background color
Panel with #fbceee background
background-color: #fbceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbceee; background: linear-gradient(135deg, #fbceee, #FBCED0);