#cb7c49
a balanced, vivid orange · warm · closest name: peru
RGB
203, 124, 73
HSL
24°, 56%, 54%
CMYK
0, 39, 64, 20
Luminance
0.2759
Every format
| HEX | #cb7c49 |
| RGB | rgb(203, 124, 73) |
| HSL | hsl(24, 56%, 54%) |
| CMYK | cmyk(0%, 39%, 64%, 20%) |
| LAB | lab(59.5 26.0 40.3) |
| LCH | lch(59.5 48.0 57.1) |
| OKLCH | oklch(0.661 0.119 52.1) |
Copy-ready code
/* CSS */
color: #cb7c49;
background-color: #cb7c49;
/* Tailwind (arbitrary) */
class="text-[#cb7c49] bg-[#cb7c49]"
/* SCSS */
$brand: #cb7c49;
/* SwiftUI */
Color(red: 0.796, green: 0.486, blue: 0.286)
/* Android */
Color.parseColor("#cb7c49")Accessibility — WCAG contrast
Aa
#cb7c49 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7c49 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green48.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow64.0%
Key (black)20.4%
Color previews
#cb7c49 text on a black background
contrast 6.52:1
Card sample
#cb7c49 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7c49;
Background color
Panel with #cb7c49 background
background-color: #cb7c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 124, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 124, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7c49; background: linear-gradient(135deg, #cb7c49, #C3CB49);