#fe2db6
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 45, 182
HSL
321°, 99%, 59%
CMYK
0, 82, 28, 0
Luminance
0.2633
Every format
| HEX | #fe2db6 |
| RGB | rgb(254, 45, 182) |
| HSL | hsl(321, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 28%, 0%) |
| LAB | lab(58.4 83.8 -22.6) |
| LCH | lch(58.4 86.8 344.9) |
| OKLCH | oklch(0.676 0.263 346.8) |
Copy-ready code
/* CSS */
color: #fe2db6;
background-color: #fe2db6;
/* Tailwind (arbitrary) */
class="text-[#fe2db6] bg-[#fe2db6]"
/* SCSS */
$brand: #fe2db6;
/* SwiftUI */
Color(red: 0.996, green: 0.176, blue: 0.714)
/* Android */
Color.parseColor("#fe2db6")Accessibility — WCAG contrast
Aa
#fe2db6 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2db6 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.6%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow28.3%
Key (black)0.4%
Color previews
#fe2db6 text on a black background
contrast 6.27:1
Card sample
#fe2db6 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2db6;
Background color
Panel with #fe2db6 background
background-color: #fe2db6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2db6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 45, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 45, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2db6; background: linear-gradient(135deg, #fe2db6, #FE2F2D);