#cd8a46
a balanced, vivid orange · warm · closest name: peru
RGB
205, 138, 70
HSL
30°, 57%, 54%
CMYK
0, 33, 66, 20
Luminance
0.3160
Every format
| HEX | #cd8a46 |
| RGB | rgb(205, 138, 70) |
| HSL | hsl(30, 57%, 54%) |
| CMYK | cmyk(0%, 33%, 66%, 20%) |
| LAB | lab(63.0 19.1 45.9) |
| LCH | lch(63.0 49.7 67.4) |
| OKLCH | oklch(0.688 0.117 64.0) |
Copy-ready code
/* CSS */
color: #cd8a46;
background-color: #cd8a46;
/* Tailwind (arbitrary) */
class="text-[#cd8a46] bg-[#cd8a46]"
/* SCSS */
$brand: #cd8a46;
/* SwiftUI */
Color(red: 0.804, green: 0.541, blue: 0.275)
/* Android */
Color.parseColor("#cd8a46")Accessibility — WCAG contrast
Aa
#cd8a46 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8a46 on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green54.1%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow65.9%
Key (black)19.6%
Color previews
#cd8a46 text on a black background
contrast 7.32:1
Card sample
#cd8a46 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8a46;
Background color
Panel with #cd8a46 background
background-color: #cd8a46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8a46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 138, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 138, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8a46; background: linear-gradient(135deg, #cd8a46, #B6CD46);