#fe2df2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
254, 45, 242
HSL
303°, 99%, 59%
CMYK
0, 82, 5, 0
Luminance
0.2936
Every format
| HEX | #fe2df2 |
| RGB | rgb(254, 45, 242) |
| HSL | hsl(303, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 5%, 0%) |
| LAB | lab(61.1 91.4 -52.4) |
| LCH | lch(61.1 105.3 330.2) |
| OKLCH | oklch(0.705 0.298 330.9) |
Copy-ready code
/* CSS */
color: #fe2df2;
background-color: #fe2df2;
/* Tailwind (arbitrary) */
class="text-[#fe2df2] bg-[#fe2df2]"
/* SCSS */
$brand: #fe2df2;
/* SwiftUI */
Color(red: 0.996, green: 0.176, blue: 0.949)
/* Android */
Color.parseColor("#fe2df2")Accessibility — WCAG contrast
Aa
#fe2df2 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2df2 on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.6%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow4.7%
Key (black)0.4%
Color previews
#fe2df2 text on a black background
contrast 6.87:1
Card sample
#fe2df2 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2df2;
Background color
Panel with #fe2df2 background
background-color: #fe2df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 45, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 45, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2df2; background: linear-gradient(135deg, #fe2df2, #FE2D67);