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