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