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