#cb8413
a dark, electric orange · warm · closest name: peru
RGB
203, 132, 19
HSL
37°, 83%, 44%
CMYK
0, 35, 91, 20
Luminance
0.2925
Every format
| HEX | #cb8413 |
| RGB | rgb(203, 132, 19) |
| HSL | hsl(37, 83%, 44%) |
| CMYK | cmyk(0%, 35%, 91%, 20%) |
| LAB | lab(61.0 19.5 63.5) |
| LCH | lch(61.0 66.4 72.9) |
| OKLCH | oklch(0.671 0.140 70.5) |
Copy-ready code
/* CSS */
color: #cb8413;
background-color: #cb8413;
/* Tailwind (arbitrary) */
class="text-[#cb8413] bg-[#cb8413]"
/* SCSS */
$brand: #cb8413;
/* SwiftUI */
Color(red: 0.796, green: 0.518, blue: 0.075)
/* Android */
Color.parseColor("#cb8413")Accessibility — WCAG contrast
Aa
#cb8413 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb8413 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green51.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow90.6%
Key (black)20.4%
Color previews
#cb8413 text on a black background
contrast 6.85:1
Card sample
#cb8413 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8413;
Background color
Panel with #cb8413 background
background-color: #cb8413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 132, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 132, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8413; background: linear-gradient(135deg, #cb8413, #97CB13);