#fabceb
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 188, 235
HSL
315°, 86%, 86%
CMYK
0, 25, 6, 2
Luminance
0.6229
Every format
| HEX | #fabceb |
| RGB | rgb(250, 188, 235) |
| HSL | hsl(315, 86%, 86%) |
| CMYK | cmyk(0%, 25%, 6%, 2%) |
| LAB | lab(83.1 29.6 -14.6) |
| LCH | lch(83.1 33.0 333.7) |
| OKLCH | oklch(0.866 0.093 335.2) |
Copy-ready code
/* CSS */
color: #fabceb;
background-color: #fabceb;
/* Tailwind (arbitrary) */
class="text-[#fabceb] bg-[#fabceb]"
/* SCSS */
$brand: #fabceb;
/* SwiftUI */
Color(red: 0.980, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#fabceb")Accessibility — WCAG contrast
Aa
#fabceb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabceb on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green73.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow6.0%
Key (black)2.0%
Color previews
#fabceb text on a black background
contrast 13.46:1
Card sample
#fabceb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabceb;
Background color
Panel with #fabceb background
background-color: #fabceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabceb; background: linear-gradient(135deg, #fabceb, #FABCC2);