#feb9df
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 185, 223
HSL
327°, 97%, 86%
CMYK
0, 27, 12, 0
Luminance
0.6110
Every format
| HEX | #feb9df |
| RGB | rgb(254, 185, 223) |
| HSL | hsl(327, 97%, 86%) |
| CMYK | cmyk(0%, 27%, 12%, 0%) |
| LAB | lab(82.4 30.6 -9.1) |
| LCH | lch(82.4 31.9 343.4) |
| OKLCH | oklch(0.860 0.093 345.1) |
Copy-ready code
/* CSS */
color: #feb9df;
background-color: #feb9df;
/* Tailwind (arbitrary) */
class="text-[#feb9df] bg-[#feb9df]"
/* SCSS */
$brand: #feb9df;
/* SwiftUI */
Color(red: 0.996, green: 0.725, blue: 0.875)
/* Android */
Color.parseColor("#feb9df")Accessibility — WCAG contrast
Aa
#feb9df on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb9df on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow12.2%
Key (black)0.4%
Color previews
#feb9df text on a black background
contrast 13.22:1
Card sample
#feb9df text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb9df;
Background color
Panel with #feb9df background
background-color: #feb9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 185, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 185, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb9df; background: linear-gradient(135deg, #feb9df, #FEC1B9);