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