#fabeee
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 190, 238
HSL
312°, 86%, 86%
CMYK
0, 24, 5, 2
Luminance
0.6332
Every format
| HEX | #fabeee |
| RGB | rgb(250, 190, 238) |
| HSL | hsl(312, 86%, 86%) |
| CMYK | cmyk(0%, 24%, 5%, 2%) |
| LAB | lab(83.6 29.1 -15.4) |
| LCH | lch(83.6 32.9 332.1) |
| OKLCH | oklch(0.870 0.092 333.5) |
Copy-ready code
/* CSS */
color: #fabeee;
background-color: #fabeee;
/* Tailwind (arbitrary) */
class="text-[#fabeee] bg-[#fabeee]"
/* SCSS */
$brand: #fabeee;
/* SwiftUI */
Color(red: 0.980, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#fabeee")Accessibility — WCAG contrast
Aa
#fabeee on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabeee on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green74.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow4.8%
Key (black)2.0%
Color previews
#fabeee text on a black background
contrast 13.66:1
Card sample
#fabeee text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabeee;
Background color
Panel with #fabeee background
background-color: #fabeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabeee; background: linear-gradient(135deg, #fabeee, #FABEC6);