#cd9613
a dark, electric yellow · warm · closest name: orange
RGB
205, 150, 19
HSL
42°, 83%, 44%
CMYK
0, 27, 91, 20
Luminance
0.3484
Every format
| HEX | #cd9613 |
| RGB | rgb(205, 150, 19) |
| HSL | hsl(42, 83%, 44%) |
| CMYK | cmyk(0%, 27%, 91%, 20%) |
| LAB | lab(65.6 10.6 67.1) |
| LCH | lch(65.6 67.9 81.0) |
| OKLCH | oklch(0.708 0.142 81.5) |
Copy-ready code
/* CSS */
color: #cd9613;
background-color: #cd9613;
/* Tailwind (arbitrary) */
class="text-[#cd9613] bg-[#cd9613]"
/* SCSS */
$brand: #cd9613;
/* SwiftUI */
Color(red: 0.804, green: 0.588, blue: 0.075)
/* Android */
Color.parseColor("#cd9613")Accessibility — WCAG contrast
Aa
#cd9613 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9613 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow90.7%
Key (black)19.6%
Color previews
#cd9613 text on a black background
contrast 7.97:1
Card sample
#cd9613 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9613;
Background color
Panel with #cd9613 background
background-color: #cd9613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 150, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 150, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9613; background: linear-gradient(135deg, #cd9613, #88CD13);