#cb8d39
a balanced, vivid orange · warm · closest name: peru
RGB
203, 141, 57
HSL
35°, 58%, 51%
CMYK
0, 31, 72, 20
Luminance
0.3204
Every format
| HEX | #cb8d39 |
| RGB | rgb(203, 141, 57) |
| HSL | hsl(35, 58%, 51%) |
| CMYK | cmyk(0%, 31%, 72%, 20%) |
| LAB | lab(63.4 15.9 52.3) |
| LCH | lch(63.4 54.7 73.1) |
| OKLCH | oklch(0.690 0.124 71.0) |
Copy-ready code
/* CSS */
color: #cb8d39;
background-color: #cb8d39;
/* Tailwind (arbitrary) */
class="text-[#cb8d39] bg-[#cb8d39]"
/* SCSS */
$brand: #cb8d39;
/* SwiftUI */
Color(red: 0.796, green: 0.553, blue: 0.224)
/* Android */
Color.parseColor("#cb8d39")Accessibility — WCAG contrast
Aa
#cb8d39 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8d39 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green55.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow71.9%
Key (black)20.4%
Color previews
#cb8d39 text on a black background
contrast 7.41:1
Card sample
#cb8d39 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8d39;
Background color
Panel with #cb8d39 background
background-color: #cb8d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 141, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 141, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8d39; background: linear-gradient(135deg, #cb8d39, #A8CB39);