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