#cd954a
a balanced, vivid orange · warm · closest name: peru
RGB
205, 149, 74
HSL
34°, 57%, 55%
CMYK
0, 27, 64, 20
Luminance
0.3497
Every format
| HEX | #cd954a |
| RGB | rgb(205, 149, 74) |
| HSL | hsl(34, 57%, 55%) |
| CMYK | cmyk(0%, 27%, 64%, 20%) |
| LAB | lab(65.7 13.3 47.0) |
| LCH | lch(65.7 48.9 74.1) |
| OKLCH | oklch(0.710 0.114 72.1) |
Copy-ready code
/* CSS */
color: #cd954a;
background-color: #cd954a;
/* Tailwind (arbitrary) */
class="text-[#cd954a] bg-[#cd954a]"
/* SCSS */
$brand: #cd954a;
/* SwiftUI */
Color(red: 0.804, green: 0.584, blue: 0.290)
/* Android */
Color.parseColor("#cd954a")Accessibility — WCAG contrast
Aa
#cd954a on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd954a on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.4%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow63.9%
Key (black)19.6%
Color previews
#cd954a text on a black background
contrast 7.99:1
Card sample
#cd954a text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd954a;
Background color
Panel with #cd954a background
background-color: #cd954a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd954a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 149, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 149, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd954a; background: linear-gradient(135deg, #cd954a, #AECD4A);