#feadfc
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 173, 252
HSL
302°, 98%, 84%
CMYK
0, 32, 1, 0
Luminance
0.5799
Every format
| HEX | #feadfc |
| RGB | rgb(254, 173, 252) |
| HSL | hsl(302, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 1%, 0%) |
| LAB | lab(80.7 41.8 -27.2) |
| LCH | lch(80.7 49.9 326.9) |
| OKLCH | oklch(0.851 0.138 327.5) |
Copy-ready code
/* CSS */
color: #feadfc;
background-color: #feadfc;
/* Tailwind (arbitrary) */
class="text-[#feadfc] bg-[#feadfc]"
/* SCSS */
$brand: #feadfc;
/* SwiftUI */
Color(red: 0.996, green: 0.678, blue: 0.988)
/* Android */
Color.parseColor("#feadfc")Accessibility — WCAG contrast
Aa
#feadfc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feadfc on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.8%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow0.8%
Key (black)0.4%
Color previews
#feadfc text on a black background
contrast 12.60:1
Card sample
#feadfc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feadfc;
Background color
Panel with #feadfc background
background-color: #feadfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feadfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 173, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 173, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feadfc; background: linear-gradient(135deg, #feadfc, #FEADC6);