#cd7a47
a balanced, vivid orange · warm · closest name: peru
RGB
205, 122, 71
HSL
23°, 57%, 54%
CMYK
0, 41, 65, 20
Luminance
0.2735
Every format
| HEX | #cd7a47 |
| RGB | rgb(205, 122, 71) |
| HSL | hsl(23, 57%, 54%) |
| CMYK | cmyk(0%, 41%, 65%, 20%) |
| LAB | lab(59.3 27.8 41.2) |
| LCH | lch(59.3 49.7 55.9) |
| OKLCH | oklch(0.659 0.123 50.8) |
Copy-ready code
/* CSS */
color: #cd7a47;
background-color: #cd7a47;
/* Tailwind (arbitrary) */
class="text-[#cd7a47] bg-[#cd7a47]"
/* SCSS */
$brand: #cd7a47;
/* SwiftUI */
Color(red: 0.804, green: 0.478, blue: 0.278)
/* Android */
Color.parseColor("#cd7a47")Accessibility — WCAG contrast
Aa
#cd7a47 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd7a47 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green47.8%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow65.4%
Key (black)19.6%
Color previews
#cd7a47 text on a black background
contrast 6.47:1
Card sample
#cd7a47 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7a47;
Background color
Panel with #cd7a47 background
background-color: #cd7a47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7a47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 122, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 122, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7a47; background: linear-gradient(135deg, #cd7a47, #C7CD47);