#ce032c
a dark, electric red · warm · closest name: crimson
RGB
206, 3, 44
HSL
348°, 97%, 41%
CMYK
0, 99, 79, 19
Luminance
0.1337
Every format
| HEX | #ce032c |
| RGB | rgb(206, 3, 44) |
| HSL | hsl(348, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 79%, 19%) |
| LAB | lab(43.3 68.7 38.1) |
| LCH | lch(43.3 78.5 29.0) |
| OKLCH | oklch(0.538 0.216 22.6) |
Copy-ready code
/* CSS */
color: #ce032c;
background-color: #ce032c;
/* Tailwind (arbitrary) */
class="text-[#ce032c] bg-[#ce032c]"
/* SCSS */
$brand: #ce032c;
/* SwiftUI */
Color(red: 0.808, green: 0.012, blue: 0.173)
/* Android */
Color.parseColor("#ce032c")Accessibility — WCAG contrast
Aa
#ce032c on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce032c on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green1.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta98.5%
Yellow78.6%
Key (black)19.2%
Color previews
#ce032c text on a black background
contrast 3.67:1
Card sample
#ce032c text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce032c;
Background color
Panel with #ce032c background
background-color: #ce032c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce032c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 3, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 3, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce032c; background: linear-gradient(135deg, #ce032c, #CE6103);