#fe2db9
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 45, 185
HSL
320°, 99%, 59%
CMYK
0, 82, 27, 0
Luminance
0.2645
Every format
| HEX | #fe2db9 |
| RGB | rgb(254, 45, 185) |
| HSL | hsl(320, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 27%, 0%) |
| LAB | lab(58.5 84.2 -24.2) |
| LCH | lch(58.5 87.6 344.0) |
| OKLCH | oklch(0.677 0.264 345.9) |
Copy-ready code
/* CSS */
color: #fe2db9;
background-color: #fe2db9;
/* Tailwind (arbitrary) */
class="text-[#fe2db9] bg-[#fe2db9]"
/* SCSS */
$brand: #fe2db9;
/* SwiftUI */
Color(red: 0.996, green: 0.176, blue: 0.725)
/* Android */
Color.parseColor("#fe2db9")Accessibility — WCAG contrast
Aa
#fe2db9 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2db9 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.6%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow27.2%
Key (black)0.4%
Color previews
#fe2db9 text on a black background
contrast 6.29:1
Card sample
#fe2db9 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2db9;
Background color
Panel with #fe2db9 background
background-color: #fe2db9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2db9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 45, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 45, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2db9; background: linear-gradient(135deg, #fe2db9, #FE2D2E);