#fe2db0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 45, 176
HSL
322°, 99%, 59%
CMYK
0, 82, 31, 0
Luminance
0.2608
Every format
| HEX | #fe2db0 |
| RGB | rgb(254, 45, 176) |
| HSL | hsl(322, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 31%, 0%) |
| LAB | lab(58.1 83.2 -19.5) |
| LCH | lch(58.1 85.5 346.8) |
| OKLCH | oklch(0.673 0.260 348.6) |
Copy-ready code
/* CSS */
color: #fe2db0;
background-color: #fe2db0;
/* Tailwind (arbitrary) */
class="text-[#fe2db0] bg-[#fe2db0]"
/* SCSS */
$brand: #fe2db0;
/* SwiftUI */
Color(red: 0.996, green: 0.176, blue: 0.690)
/* Android */
Color.parseColor("#fe2db0")Accessibility — WCAG contrast
Aa
#fe2db0 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2db0 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow30.7%
Key (black)0.4%
Color previews
#fe2db0 text on a black background
contrast 6.22:1
Card sample
#fe2db0 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2db0;
Background color
Panel with #fe2db0 background
background-color: #fe2db0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2db0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 45, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 45, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2db0; background: linear-gradient(135deg, #fe2db0, #FE352D);