#cc4b0a
a dark, electric orange · warm · closest name: chocolate
RGB
204, 75, 10
HSL
20°, 91%, 42%
CMYK
0, 63, 95, 20
Luminance
0.1789
Every format
| HEX | #cc4b0a |
| RGB | rgb(204, 75, 10) |
| HSL | hsl(20, 91%, 42%) |
| CMYK | cmyk(0%, 63%, 95%, 20%) |
| LAB | lab(49.4 48.8 57.5) |
| LCH | lch(49.4 75.4 49.6) |
| OKLCH | oklch(0.582 0.176 40.8) |
Copy-ready code
/* CSS */
color: #cc4b0a;
background-color: #cc4b0a;
/* Tailwind (arbitrary) */
class="text-[#cc4b0a] bg-[#cc4b0a]"
/* SCSS */
$brand: #cc4b0a;
/* SwiftUI */
Color(red: 0.800, green: 0.294, blue: 0.039)
/* Android */
Color.parseColor("#cc4b0a")Accessibility — WCAG contrast
Aa
#cc4b0a on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc4b0a on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green29.4%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow95.1%
Key (black)20.0%
Color previews
#cc4b0a text on a black background
contrast 4.58:1
Card sample
#cc4b0a text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4b0a;
Background color
Panel with #cc4b0a background
background-color: #cc4b0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4b0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 75, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 75, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4b0a; background: linear-gradient(135deg, #cc4b0a, #CCCC0A);