#cb7204
a dark, electric orange · warm · closest name: chocolate
RGB
203, 114, 4
HSL
33°, 96%, 41%
CMYK
0, 44, 98, 20
Luminance
0.2474
Every format
| HEX | #cb7204 |
| RGB | rgb(203, 114, 4) |
| HSL | hsl(33, 96%, 41%) |
| CMYK | cmyk(0%, 44%, 98%, 20%) |
| LAB | lab(56.8 29.1 63.4) |
| LCH | lch(56.8 69.7 65.4) |
| OKLCH | oklch(0.638 0.148 60.2) |
Copy-ready code
/* CSS */
color: #cb7204;
background-color: #cb7204;
/* Tailwind (arbitrary) */
class="text-[#cb7204] bg-[#cb7204]"
/* SCSS */
$brand: #cb7204;
/* SwiftUI */
Color(red: 0.796, green: 0.447, blue: 0.016)
/* Android */
Color.parseColor("#cb7204")Accessibility — WCAG contrast
Aa
#cb7204 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7204 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green44.7%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow98.0%
Key (black)20.4%
Color previews
#cb7204 text on a black background
contrast 5.95:1
Card sample
#cb7204 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7204;
Background color
Panel with #cb7204 background
background-color: #cb7204;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7204;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 114, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 114, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7204; background: linear-gradient(135deg, #cb7204, #9FCB04);