#cd9015
a dark, electric yellow · warm · closest name: peru
RGB
205, 144, 21
HSL
40°, 81%, 44%
CMYK
0, 30, 90, 20
Luminance
0.3298
Every format
| HEX | #cd9015 |
| RGB | rgb(205, 144, 21) |
| HSL | hsl(40, 81%, 44%) |
| CMYK | cmyk(0%, 30%, 90%, 20%) |
| LAB | lab(64.2 13.9 65.5) |
| LCH | lch(64.2 67.0 78.0) |
| OKLCH | oklch(0.696 0.141 77.4) |
Copy-ready code
/* CSS */
color: #cd9015;
background-color: #cd9015;
/* Tailwind (arbitrary) */
class="text-[#cd9015] bg-[#cd9015]"
/* SCSS */
$brand: #cd9015;
/* SwiftUI */
Color(red: 0.804, green: 0.565, blue: 0.082)
/* Android */
Color.parseColor("#cd9015")Accessibility — WCAG contrast
Aa
#cd9015 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9015 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.5%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow89.8%
Key (black)19.6%
Color previews
#cd9015 text on a black background
contrast 7.60:1
Card sample
#cd9015 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9015;
Background color
Panel with #cd9015 background
background-color: #cd9015;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9015;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 144, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 144, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9015; background: linear-gradient(135deg, #cd9015, #8FCD15);