#fbc9f4
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 201, 244
HSL
308°, 86%, 89%
CMYK
0, 20, 3, 2
Luminance
0.6881
Every format
| HEX | #fbc9f4 |
| RGB | rgb(251, 201, 244) |
| HSL | hsl(308, 86%, 89%) |
| CMYK | cmyk(0%, 20%, 3%, 2%) |
| LAB | lab(86.4 24.7 -14.4) |
| LCH | lch(86.4 28.6 329.7) |
| OKLCH | oklch(0.892 0.079 331.0) |
Copy-ready code
/* CSS */
color: #fbc9f4;
background-color: #fbc9f4;
/* Tailwind (arbitrary) */
class="text-[#fbc9f4] bg-[#fbc9f4]"
/* SCSS */
$brand: #fbc9f4;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.957)
/* Android */
Color.parseColor("#fbc9f4")Accessibility — WCAG contrast
Aa
#fbc9f4 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc9f4 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow2.8%
Key (black)1.6%
Color previews
#fbc9f4 text on a black background
contrast 14.76:1
Card sample
#fbc9f4 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc9f4;
Background color
Panel with #fbc9f4 background
background-color: #fbc9f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc9f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc9f4; background: linear-gradient(135deg, #fbc9f4, #FBC9D3);