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