#cb7a13
a dark, electric orange · warm · closest name: chocolate
RGB
203, 122, 19
HSL
34°, 83%, 44%
CMYK
0, 40, 91, 20
Luminance
0.2666
Every format
| HEX | #cb7a13 |
| RGB | rgb(203, 122, 19) |
| HSL | hsl(34, 83%, 44%) |
| CMYK | cmyk(0%, 40%, 91%, 20%) |
| LAB | lab(58.7 24.9 61.7) |
| LCH | lch(58.7 66.6 68.0) |
| OKLCH | oklch(0.653 0.143 64.0) |
Copy-ready code
/* CSS */
color: #cb7a13;
background-color: #cb7a13;
/* Tailwind (arbitrary) */
class="text-[#cb7a13] bg-[#cb7a13]"
/* SCSS */
$brand: #cb7a13;
/* SwiftUI */
Color(red: 0.796, green: 0.478, blue: 0.075)
/* Android */
Color.parseColor("#cb7a13")Accessibility — WCAG contrast
Aa
#cb7a13 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7a13 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green47.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow90.6%
Key (black)20.4%
Color previews
#cb7a13 text on a black background
contrast 6.33:1
Card sample
#cb7a13 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7a13;
Background color
Panel with #cb7a13 background
background-color: #cb7a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 122, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 122, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7a13; background: linear-gradient(135deg, #cb7a13, #A1CB13);