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