#feafe2
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 175, 226
HSL
321°, 98%, 84%
CMYK
0, 31, 11, 0
Luminance
0.5722
Every format
| HEX | #feafe2 |
| RGB | rgb(254, 175, 226) |
| HSL | hsl(321, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 11%, 0%) |
| LAB | lab(80.3 36.3 -13.9) |
| LCH | lch(80.3 38.8 339.0) |
| OKLCH | oklch(0.844 0.112 340.8) |
Copy-ready code
/* CSS */
color: #feafe2;
background-color: #feafe2;
/* Tailwind (arbitrary) */
class="text-[#feafe2] bg-[#feafe2]"
/* SCSS */
$brand: #feafe2;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#feafe2")Accessibility — WCAG contrast
Aa
#feafe2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafe2 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow11.0%
Key (black)0.4%
Color previews
#feafe2 text on a black background
contrast 12.44:1
Card sample
#feafe2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafe2;
Background color
Panel with #feafe2 background
background-color: #feafe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafe2; background: linear-gradient(135deg, #feafe2, #FEB1AF);