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