#cb8949
a balanced, vivid orange · warm · closest name: peru
RGB
203, 137, 73
HSL
30°, 56%, 54%
CMYK
0, 33, 64, 20
Luminance
0.3107
Every format
| HEX | #cb8949 |
| RGB | rgb(203, 137, 73) |
| HSL | hsl(30, 56%, 54%) |
| CMYK | cmyk(0%, 33%, 64%, 20%) |
| LAB | lab(62.6 19.0 43.8) |
| LCH | lch(62.6 47.8 66.6) |
| OKLCH | oklch(0.684 0.114 63.0) |
Copy-ready code
/* CSS */
color: #cb8949;
background-color: #cb8949;
/* Tailwind (arbitrary) */
class="text-[#cb8949] bg-[#cb8949]"
/* SCSS */
$brand: #cb8949;
/* SwiftUI */
Color(red: 0.796, green: 0.537, blue: 0.286)
/* Android */
Color.parseColor("#cb8949")Accessibility — WCAG contrast
Aa
#cb8949 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8949 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green53.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow64.0%
Key (black)20.4%
Color previews
#cb8949 text on a black background
contrast 7.21:1
Card sample
#cb8949 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8949;
Background color
Panel with #cb8949 background
background-color: #cb8949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 137, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 137, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8949; background: linear-gradient(135deg, #cb8949, #B6CB49);