#fabaeb
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 186, 235
HSL
314°, 87%, 86%
CMYK
0, 26, 6, 2
Luminance
0.6144
Every format
| HEX | #fabaeb |
| RGB | rgb(250, 186, 235) |
| HSL | hsl(314, 87%, 86%) |
| CMYK | cmyk(0%, 26%, 6%, 2%) |
| LAB | lab(82.6 30.7 -15.3) |
| LCH | lch(82.6 34.3 333.5) |
| OKLCH | oklch(0.862 0.097 335.0) |
Copy-ready code
/* CSS */
color: #fabaeb;
background-color: #fabaeb;
/* Tailwind (arbitrary) */
class="text-[#fabaeb] bg-[#fabaeb]"
/* SCSS */
$brand: #fabaeb;
/* SwiftUI */
Color(red: 0.980, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#fabaeb")Accessibility — WCAG contrast
Aa
#fabaeb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabaeb on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green72.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow6.0%
Key (black)2.0%
Color previews
#fabaeb text on a black background
contrast 13.29:1
Card sample
#fabaeb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabaeb;
Background color
Panel with #fabaeb background
background-color: #fabaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabaeb; background: linear-gradient(135deg, #fabaeb, #FABAC0);