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