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