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