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