#cb7a39
a balanced, vivid orange · warm · closest name: peru
RGB
203, 122, 57
HSL
27°, 58%, 51%
CMYK
0, 40, 72, 20
Luminance
0.2691
Every format
| HEX | #cb7a39 |
| RGB | rgb(203, 122, 57) |
| HSL | hsl(27, 58%, 51%) |
| CMYK | cmyk(0%, 40%, 72%, 20%) |
| LAB | lab(58.9 26.2 47.6) |
| LCH | lch(58.9 54.4 61.2) |
| OKLCH | oklch(0.655 0.128 56.5) |
Copy-ready code
/* CSS */
color: #cb7a39;
background-color: #cb7a39;
/* Tailwind (arbitrary) */
class="text-[#cb7a39] bg-[#cb7a39]"
/* SCSS */
$brand: #cb7a39;
/* SwiftUI */
Color(red: 0.796, green: 0.478, blue: 0.224)
/* Android */
Color.parseColor("#cb7a39")Accessibility — WCAG contrast
Aa
#cb7a39 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7a39 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green47.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow71.9%
Key (black)20.4%
Color previews
#cb7a39 text on a black background
contrast 6.38:1
Card sample
#cb7a39 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7a39;
Background color
Panel with #cb7a39 background
background-color: #cb7a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 122, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 122, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7a39; background: linear-gradient(135deg, #cb7a39, #BBCB39);