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