#ce1321
a dark, electric red · warm · closest name: crimson
RGB
206, 19, 33
HSL
356°, 83%, 44%
CMYK
0, 91, 84, 19
Luminance
0.1370
Every format
| HEX | #ce1321 |
| RGB | rgb(206, 19, 33) |
| HSL | hsl(356, 83%, 44%) |
| CMYK | cmyk(0%, 91%, 84%, 19%) |
| LAB | lab(43.8 66.7 44.7) |
| LCH | lch(43.8 80.2 33.8) |
| OKLCH | oklch(0.541 0.212 26.0) |
Copy-ready code
/* CSS */
color: #ce1321;
background-color: #ce1321;
/* Tailwind (arbitrary) */
class="text-[#ce1321] bg-[#ce1321]"
/* SCSS */
$brand: #ce1321;
/* SwiftUI */
Color(red: 0.808, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#ce1321")Accessibility — WCAG contrast
Aa
#ce1321 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce1321 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow84.0%
Key (black)19.2%
Color previews
#ce1321 text on a black background
contrast 3.74:1
Card sample
#ce1321 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1321;
Background color
Panel with #ce1321 background
background-color: #ce1321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1321; background: linear-gradient(135deg, #ce1321, #CE8213);