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