#fabfd7
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 191, 215
HSL
336°, 86%, 87%
CMYK
0, 24, 14, 2
Luminance
0.6249
Every format
| HEX | #fabfd7 |
| RGB | rgb(250, 191, 215) |
| HSL | hsl(336, 86%, 87%) |
| CMYK | cmyk(0%, 24%, 14%, 2%) |
| LAB | lab(83.2 24.7 -3.8) |
| LCH | lch(83.2 25.0 351.4) |
| OKLCH | oklch(0.865 0.074 352.5) |
Copy-ready code
/* CSS */
color: #fabfd7;
background-color: #fabfd7;
/* Tailwind (arbitrary) */
class="text-[#fabfd7] bg-[#fabfd7]"
/* SCSS */
$brand: #fabfd7;
/* SwiftUI */
Color(red: 0.980, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#fabfd7")Accessibility — WCAG contrast
Aa
#fabfd7 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabfd7 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green74.9%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow14.0%
Key (black)2.0%
Color previews
#fabfd7 text on a black background
contrast 13.50:1
Card sample
#fabfd7 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabfd7;
Background color
Panel with #fabfd7 background
background-color: #fabfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabfd7; background: linear-gradient(135deg, #fabfd7, #FACEBF);