#feadcb
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 173, 203
HSL
338°, 98%, 84%
CMYK
0, 32, 20, 0
Luminance
0.5527
Every format
| HEX | #feadcb |
| RGB | rgb(254, 173, 203) |
| HSL | hsl(338, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 20%, 0%) |
| LAB | lab(79.2 33.8 -3.1) |
| LCH | lch(79.2 33.9 354.8) |
| OKLCH | oklch(0.834 0.101 355.6) |
Copy-ready code
/* CSS */
color: #feadcb;
background-color: #feadcb;
/* Tailwind (arbitrary) */
class="text-[#feadcb] bg-[#feadcb]"
/* SCSS */
$brand: #feadcb;
/* SwiftUI */
Color(red: 0.996, green: 0.678, blue: 0.796)
/* Android */
Color.parseColor("#feadcb")Accessibility — WCAG contrast
Aa
#feadcb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feadcb on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow20.1%
Key (black)0.4%
Color previews
#feadcb text on a black background
contrast 12.05:1
Card sample
#feadcb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feadcb;
Background color
Panel with #feadcb background
background-color: #feadcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feadcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 173, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 173, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feadcb; background: linear-gradient(135deg, #feadcb, #FEC5AD);