#cd9d2f
a balanced, vivid yellow · warm · closest name: peru
RGB
205, 157, 47
HSL
42°, 63%, 49%
CMYK
0, 23, 77, 20
Luminance
0.3730
Every format
| HEX | #cd9d2f |
| RGB | rgb(205, 157, 47) |
| HSL | hsl(42, 63%, 49%) |
| CMYK | cmyk(0%, 23%, 77%, 20%) |
| LAB | lab(67.5 7.6 60.5) |
| LCH | lch(67.5 61.0 82.8) |
| OKLCH | oklch(0.723 0.133 83.6) |
Copy-ready code
/* CSS */
color: #cd9d2f;
background-color: #cd9d2f;
/* Tailwind (arbitrary) */
class="text-[#cd9d2f] bg-[#cd9d2f]"
/* SCSS */
$brand: #cd9d2f;
/* SwiftUI */
Color(red: 0.804, green: 0.616, blue: 0.184)
/* Android */
Color.parseColor("#cd9d2f")Accessibility — WCAG contrast
Aa
#cd9d2f on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9d2f on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green61.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow77.1%
Key (black)19.6%
Color previews
#cd9d2f text on a black background
contrast 8.46:1
Card sample
#cd9d2f text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9d2f;
Background color
Panel with #cd9d2f background
background-color: #cd9d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 157, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 157, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9d2f; background: linear-gradient(135deg, #cd9d2f, #94CD2F);