#cd970b
a dark, electric yellow · warm · closest name: orange
RGB
205, 151, 11
HSL
43°, 90%, 42%
CMYK
0, 26, 95, 20
Luminance
0.3514
Every format
| HEX | #cd970b |
| RGB | rgb(205, 151, 11) |
| HSL | hsl(43, 90%, 42%) |
| CMYK | cmyk(0%, 26%, 95%, 20%) |
| LAB | lab(65.9 9.9 68.6) |
| LCH | lch(65.9 69.3 81.8) |
| OKLCH | oklch(0.709 0.144 82.5) |
Copy-ready code
/* CSS */
color: #cd970b;
background-color: #cd970b;
/* Tailwind (arbitrary) */
class="text-[#cd970b] bg-[#cd970b]"
/* SCSS */
$brand: #cd970b;
/* SwiftUI */
Color(red: 0.804, green: 0.592, blue: 0.043)
/* Android */
Color.parseColor("#cd970b")Accessibility — WCAG contrast
Aa
#cd970b on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd970b on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green59.2%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow94.6%
Key (black)19.6%
Color previews
#cd970b text on a black background
contrast 8.03:1
Card sample
#cd970b text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd970b;
Background color
Panel with #cd970b background
background-color: #cd970b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd970b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 151, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 151, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd970b; background: linear-gradient(135deg, #cd970b, #82CD0B);