#ce021c
a dark, electric red · warm · closest name: crimson
RGB
206, 2, 28
HSL
352°, 98%, 41%
CMYK
0, 99, 86, 19
Luminance
0.1325
Every format
| HEX | #ce021c |
| RGB | rgb(206, 2, 28) |
| HSL | hsl(352, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 86%, 19%) |
| LAB | lab(43.1 68.3 46.6) |
| LCH | lch(43.1 82.8 34.3) |
| OKLCH | oklch(0.536 0.217 26.0) |
Copy-ready code
/* CSS */
color: #ce021c;
background-color: #ce021c;
/* Tailwind (arbitrary) */
class="text-[#ce021c] bg-[#ce021c]"
/* SCSS */
$brand: #ce021c;
/* SwiftUI */
Color(red: 0.808, green: 0.008, blue: 0.110)
/* Android */
Color.parseColor("#ce021c")Accessibility — WCAG contrast
Aa
#ce021c on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce021c on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.8%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow86.4%
Key (black)19.2%
Color previews
#ce021c text on a black background
contrast 3.65:1
Card sample
#ce021c text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce021c;
Background color
Panel with #ce021c background
background-color: #ce021c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce021c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 2, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 2, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce021c; background: linear-gradient(135deg, #ce021c, #CE7002);