#ce0549
a dark, electric magenta / pink · warm · closest name: crimson
RGB
206, 5, 73
HSL
340°, 95%, 41%
CMYK
0, 98, 65, 19
Luminance
0.1371
Every format
| HEX | #ce0549 |
| RGB | rgb(206, 5, 73) |
| HSL | hsl(340, 95%, 41%) |
| CMYK | cmyk(0%, 98%, 65%, 19%) |
| LAB | lab(43.8 69.7 21.0) |
| LCH | lch(43.8 72.8 16.8) |
| OKLCH | oklch(0.543 0.215 13.6) |
Copy-ready code
/* CSS */
color: #ce0549;
background-color: #ce0549;
/* Tailwind (arbitrary) */
class="text-[#ce0549] bg-[#ce0549]"
/* SCSS */
$brand: #ce0549;
/* SwiftUI */
Color(red: 0.808, green: 0.020, blue: 0.286)
/* Android */
Color.parseColor("#ce0549")Accessibility — WCAG contrast
Aa
#ce0549 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0549 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green2.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow64.6%
Key (black)19.2%
Color previews
#ce0549 text on a black background
contrast 3.74:1
Card sample
#ce0549 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0549;
Background color
Panel with #ce0549 background
background-color: #ce0549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 5, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 5, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0549; background: linear-gradient(135deg, #ce0549, #CE4705);