#fbc9fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 201, 252
HSL
299°, 90%, 89%
CMYK
0, 20, 0, 1
Luminance
0.6931
Every format
| HEX | #fbc9fc |
| RGB | rgb(251, 201, 252) |
| HSL | hsl(299, 90%, 89%) |
| CMYK | cmyk(0%, 20%, 0%, 1%) |
| LAB | lab(86.7 26.1 -18.3) |
| LCH | lch(86.7 31.9 325.0) |
| OKLCH | oklch(0.895 0.087 325.7) |
Copy-ready code
/* CSS */
color: #fbc9fc;
background-color: #fbc9fc;
/* Tailwind (arbitrary) */
class="text-[#fbc9fc] bg-[#fbc9fc]"
/* SCSS */
$brand: #fbc9fc;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.988)
/* Android */
Color.parseColor("#fbc9fc")Accessibility — WCAG contrast
Aa
#fbc9fc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc9fc on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta20.2%
Yellow0.0%
Key (black)1.2%
Color previews
#fbc9fc text on a black background
contrast 14.86:1
Card sample
#fbc9fc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc9fc;
Background color
Panel with #fbc9fc background
background-color: #fbc9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc9fc; background: linear-gradient(135deg, #fbc9fc, #FCC9DB);