#cb7749
a balanced, vivid orange · warm · closest name: peru
RGB
203, 119, 73
HSL
21°, 56%, 54%
CMYK
0, 41, 64, 20
Luminance
0.2637
Every format
| HEX | #cb7749 |
| RGB | rgb(203, 119, 73) |
| HSL | hsl(21, 56%, 54%) |
| CMYK | cmyk(0%, 41%, 64%, 20%) |
| LAB | lab(58.4 28.7 39.0) |
| LCH | lch(58.4 48.4 53.6) |
| OKLCH | oklch(0.652 0.122 48.3) |
Copy-ready code
/* CSS */
color: #cb7749;
background-color: #cb7749;
/* Tailwind (arbitrary) */
class="text-[#cb7749] bg-[#cb7749]"
/* SCSS */
$brand: #cb7749;
/* SwiftUI */
Color(red: 0.796, green: 0.467, blue: 0.286)
/* Android */
Color.parseColor("#cb7749")Accessibility — WCAG contrast
Aa
#cb7749 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7749 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green46.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow64.0%
Key (black)20.4%
Color previews
#cb7749 text on a black background
contrast 6.27:1
Card sample
#cb7749 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7749;
Background color
Panel with #cb7749 background
background-color: #cb7749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 119, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 119, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7749; background: linear-gradient(135deg, #cb7749, #C8CB49);