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