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