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