#cd9749
a balanced, vivid orange · warm · closest name: peru
RGB
205, 151, 73
HSL
36°, 57%, 55%
CMYK
0, 26, 64, 20
Luminance
0.3559
Every format
| HEX | #cd9749 |
| RGB | rgb(205, 151, 73) |
| HSL | hsl(36, 57%, 55%) |
| CMYK | cmyk(0%, 26%, 64%, 20%) |
| LAB | lab(66.2 12.2 48.0) |
| LCH | lch(66.2 49.6 75.7) |
| OKLCH | oklch(0.713 0.115 74.1) |
Copy-ready code
/* CSS */
color: #cd9749;
background-color: #cd9749;
/* Tailwind (arbitrary) */
class="text-[#cd9749] bg-[#cd9749]"
/* SCSS */
$brand: #cd9749;
/* SwiftUI */
Color(red: 0.804, green: 0.592, blue: 0.286)
/* Android */
Color.parseColor("#cd9749")Accessibility — WCAG contrast
Aa
#cd9749 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9749 on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green59.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow64.4%
Key (black)19.6%
Color previews
#cd9749 text on a black background
contrast 8.12:1
Card sample
#cd9749 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9749;
Background color
Panel with #cd9749 background
background-color: #cd9749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 151, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 151, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9749; background: linear-gradient(135deg, #cd9749, #ABCD49);