#fbc9ee
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 201, 238
HSL
316°, 86%, 89%
CMYK
0, 20, 5, 2
Luminance
0.6846
Every format
| HEX | #fbc9ee |
| RGB | rgb(251, 201, 238) |
| HSL | hsl(316, 86%, 89%) |
| CMYK | cmyk(0%, 20%, 5%, 2%) |
| LAB | lab(86.2 23.6 -11.5) |
| LCH | lch(86.2 26.3 334.1) |
| OKLCH | oklch(0.890 0.074 335.6) |
Copy-ready code
/* CSS */
color: #fbc9ee;
background-color: #fbc9ee;
/* Tailwind (arbitrary) */
class="text-[#fbc9ee] bg-[#fbc9ee]"
/* SCSS */
$brand: #fbc9ee;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.933)
/* Android */
Color.parseColor("#fbc9ee")Accessibility — WCAG contrast
Aa
#fbc9ee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc9ee on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow5.2%
Key (black)1.6%
Color previews
#fbc9ee text on a black background
contrast 14.69:1
Card sample
#fbc9ee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc9ee;
Background color
Panel with #fbc9ee background
background-color: #fbc9ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc9ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc9ee; background: linear-gradient(135deg, #fbc9ee, #FBC9CD);