#cd9012
a dark, electric yellow · warm · closest name: orange
RGB
205, 144, 18
HSL
40°, 84%, 44%
CMYK
0, 30, 91, 20
Luminance
0.3297
Every format
| HEX | #cd9012 |
| RGB | rgb(205, 144, 18) |
| HSL | hsl(40, 84%, 44%) |
| CMYK | cmyk(0%, 30%, 91%, 20%) |
| LAB | lab(64.1 13.8 66.2) |
| LCH | lch(64.1 67.6 78.2) |
| OKLCH | oklch(0.696 0.142 77.6) |
Copy-ready code
/* CSS */
color: #cd9012;
background-color: #cd9012;
/* Tailwind (arbitrary) */
class="text-[#cd9012] bg-[#cd9012]"
/* SCSS */
$brand: #cd9012;
/* SwiftUI */
Color(red: 0.804, green: 0.565, blue: 0.071)
/* Android */
Color.parseColor("#cd9012")Accessibility — WCAG contrast
Aa
#cd9012 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9012 on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow91.2%
Key (black)19.6%
Color previews
#cd9012 text on a black background
contrast 7.59:1
Card sample
#cd9012 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9012;
Background color
Panel with #cd9012 background
background-color: #cd9012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 144, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 144, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9012; background: linear-gradient(135deg, #cd9012, #8DCD12);