#fabedf
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 190, 223
HSL
327°, 86%, 86%
CMYK
0, 24, 11, 2
Luminance
0.6248
Every format
| HEX | #fabedf |
| RGB | rgb(250, 190, 223) |
| HSL | hsl(327, 86%, 86%) |
| CMYK | cmyk(0%, 24%, 11%, 2%) |
| LAB | lab(83.2 26.6 -8.1) |
| LCH | lch(83.2 27.8 343.1) |
| OKLCH | oklch(0.865 0.080 344.8) |
Copy-ready code
/* CSS */
color: #fabedf;
background-color: #fabedf;
/* Tailwind (arbitrary) */
class="text-[#fabedf] bg-[#fabedf]"
/* SCSS */
$brand: #fabedf;
/* SwiftUI */
Color(red: 0.980, green: 0.745, blue: 0.875)
/* Android */
Color.parseColor("#fabedf")Accessibility — WCAG contrast
Aa
#fabedf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabedf on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green74.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow10.8%
Key (black)2.0%
Color previews
#fabedf text on a black background
contrast 13.50:1
Card sample
#fabedf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabedf;
Background color
Panel with #fabedf background
background-color: #fabedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 190, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 190, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabedf; background: linear-gradient(135deg, #fabedf, #FAC5BE);