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