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