#fe2adc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 42, 220
HSL
310°, 99%, 58%
CMYK
0, 84, 13, 0
Luminance
0.2789
Every format
| HEX | #fe2adc |
| RGB | rgb(254, 42, 220) |
| HSL | hsl(310, 99%, 58%) |
| CMYK | cmyk(0%, 84%, 13%, 0%) |
| LAB | lab(59.8 89.0 -42.1) |
| LCH | lch(59.8 98.4 334.7) |
| OKLCH | oklch(0.692 0.286 336.3) |
Copy-ready code
/* CSS */
color: #fe2adc;
background-color: #fe2adc;
/* Tailwind (arbitrary) */
class="text-[#fe2adc] bg-[#fe2adc]"
/* SCSS */
$brand: #fe2adc;
/* SwiftUI */
Color(red: 0.996, green: 0.165, blue: 0.863)
/* Android */
Color.parseColor("#fe2adc")Accessibility — WCAG contrast
Aa
#fe2adc on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2adc on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green16.5%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow13.4%
Key (black)0.4%
Color previews
#fe2adc text on a black background
contrast 6.58:1
Card sample
#fe2adc text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2adc;
Background color
Panel with #fe2adc background
background-color: #fe2adc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2adc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 42, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 42, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2adc; background: linear-gradient(135deg, #fe2adc, #FE2A4F);