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