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