#ce280f
a dark, electric red · warm · closest name: firebrick
RGB
206, 40, 15
HSL
8°, 86%, 43%
CMYK
0, 81, 93, 19
Luminance
0.1467
Every format
| HEX | #ce280f |
| RGB | rgb(206, 40, 15) |
| HSL | hsl(8, 86%, 43%) |
| CMYK | cmyk(0%, 81%, 93%, 19%) |
| LAB | lab(45.2 62.1 53.6) |
| LCH | lch(45.2 82.0 40.8) |
| OKLCH | oklch(0.551 0.204 31.4) |
Copy-ready code
/* CSS */
color: #ce280f;
background-color: #ce280f;
/* Tailwind (arbitrary) */
class="text-[#ce280f] bg-[#ce280f]"
/* SCSS */
$brand: #ce280f;
/* SwiftUI */
Color(red: 0.808, green: 0.157, blue: 0.059)
/* Android */
Color.parseColor("#ce280f")Accessibility — WCAG contrast
Aa
#ce280f on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce280f on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green15.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow92.7%
Key (black)19.2%
Color previews
#ce280f text on a black background
contrast 3.93:1
Card sample
#ce280f text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce280f;
Background color
Panel with #ce280f background
background-color: #ce280f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce280f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 40, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 40, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce280f; background: linear-gradient(135deg, #ce280f, #CEA70F);