#ce033d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
206, 3, 61
HSL
343°, 97%, 41%
CMYK
0, 99, 70, 19
Luminance
0.1352
Every format
| HEX | #ce033d |
| RGB | rgb(206, 3, 61) |
| HSL | hsl(343, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 70%, 19%) |
| LAB | lab(43.5 69.3 28.1) |
| LCH | lch(43.5 74.8 22.1) |
| OKLCH | oklch(0.541 0.215 17.6) |
Copy-ready code
/* CSS */
color: #ce033d;
background-color: #ce033d;
/* Tailwind (arbitrary) */
class="text-[#ce033d] bg-[#ce033d]"
/* SCSS */
$brand: #ce033d;
/* SwiftUI */
Color(red: 0.808, green: 0.012, blue: 0.239)
/* Android */
Color.parseColor("#ce033d")Accessibility — WCAG contrast
Aa
#ce033d on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce033d on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green1.2%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta98.5%
Yellow70.4%
Key (black)19.2%
Color previews
#ce033d text on a black background
contrast 3.70:1
Card sample
#ce033d text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce033d;
Background color
Panel with #ce033d background
background-color: #ce033d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce033d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 3, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 3, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce033d; background: linear-gradient(135deg, #ce033d, #CE5103);