#cd9c3f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 156, 63
HSL
39°, 59%, 53%
CMYK
0, 24, 69, 20
Luminance
0.3711
Every format
| HEX | #cd9c3f |
| RGB | rgb(205, 156, 63) |
| HSL | hsl(39, 59%, 53%) |
| CMYK | cmyk(0%, 24%, 69%, 20%) |
| LAB | lab(67.4 8.9 53.9) |
| LCH | lch(67.4 54.6 80.6) |
| OKLCH | oklch(0.722 0.123 80.4) |
Copy-ready code
/* CSS */
color: #cd9c3f;
background-color: #cd9c3f;
/* Tailwind (arbitrary) */
class="text-[#cd9c3f] bg-[#cd9c3f]"
/* SCSS */
$brand: #cd9c3f;
/* SwiftUI */
Color(red: 0.804, green: 0.612, blue: 0.247)
/* Android */
Color.parseColor("#cd9c3f")Accessibility — WCAG contrast
Aa
#cd9c3f on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9c3f on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green61.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow69.3%
Key (black)19.6%
Color previews
#cd9c3f text on a black background
contrast 8.42:1
Card sample
#cd9c3f text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9c3f;
Background color
Panel with #cd9c3f background
background-color: #cd9c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 156, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 156, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9c3f; background: linear-gradient(135deg, #cd9c3f, #9FCD3F);