#ce080c
a dark, electric red · warm · closest name: firebrick
RGB
206, 8, 12
HSL
359°, 93%, 42%
CMYK
0, 96, 94, 19
Luminance
0.1332
Every format
| HEX | #ce080c |
| RGB | rgb(206, 8, 12) |
| HSL | hsl(359, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 94%, 19%) |
| LAB | lab(43.3 67.5 53.5) |
| LCH | lch(43.3 86.2 38.4) |
| OKLCH | oklch(0.537 0.217 28.6) |
Copy-ready code
/* CSS */
color: #ce080c;
background-color: #ce080c;
/* Tailwind (arbitrary) */
class="text-[#ce080c] bg-[#ce080c]"
/* SCSS */
$brand: #ce080c;
/* SwiftUI */
Color(red: 0.808, green: 0.031, blue: 0.047)
/* Android */
Color.parseColor("#ce080c")Accessibility — WCAG contrast
Aa
#ce080c on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce080c on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green3.1%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow94.2%
Key (black)19.2%
Color previews
#ce080c text on a black background
contrast 3.66:1
Card sample
#ce080c text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce080c;
Background color
Panel with #ce080c background
background-color: #ce080c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce080c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 8, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 8, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce080c; background: linear-gradient(135deg, #ce080c, #CE8808);