#cb7613
a dark, electric orange · warm · closest name: chocolate
RGB
203, 118, 19
HSL
32°, 83%, 44%
CMYK
0, 42, 91, 20
Luminance
0.2570
Every format
| HEX | #cb7613 |
| RGB | rgb(203, 118, 19) |
| HSL | hsl(32, 83%, 44%) |
| CMYK | cmyk(0%, 42%, 91%, 20%) |
| LAB | lab(57.8 27.1 61.0) |
| LCH | lch(57.8 66.8 66.1) |
| OKLCH | oklch(0.646 0.144 61.4) |
Copy-ready code
/* CSS */
color: #cb7613;
background-color: #cb7613;
/* Tailwind (arbitrary) */
class="text-[#cb7613] bg-[#cb7613]"
/* SCSS */
$brand: #cb7613;
/* SwiftUI */
Color(red: 0.796, green: 0.463, blue: 0.075)
/* Android */
Color.parseColor("#cb7613")Accessibility — WCAG contrast
Aa
#cb7613 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7613 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green46.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow90.6%
Key (black)20.4%
Color previews
#cb7613 text on a black background
contrast 6.14:1
Card sample
#cb7613 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7613;
Background color
Panel with #cb7613 background
background-color: #cb7613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 118, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 118, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7613; background: linear-gradient(135deg, #cb7613, #A5CB13);