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