#cd930b
a dark, electric yellow · warm · closest name: orange
RGB
205, 147, 11
HSL
42°, 90%, 42%
CMYK
0, 28, 95, 20
Luminance
0.3387
Every format
| HEX | #cd930b |
| RGB | rgb(205, 147, 11) |
| HSL | hsl(42, 90%, 42%) |
| CMYK | cmyk(0%, 28%, 95%, 20%) |
| LAB | lab(64.9 12.1 67.9) |
| LCH | lch(64.9 69.0 79.9) |
| OKLCH | oklch(0.702 0.143 80.0) |
Copy-ready code
/* CSS */
color: #cd930b;
background-color: #cd930b;
/* Tailwind (arbitrary) */
class="text-[#cd930b] bg-[#cd930b]"
/* SCSS */
$brand: #cd930b;
/* SwiftUI */
Color(red: 0.804, green: 0.576, blue: 0.043)
/* Android */
Color.parseColor("#cd930b")Accessibility — WCAG contrast
Aa
#cd930b on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd930b on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green57.6%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow94.6%
Key (black)19.6%
Color previews
#cd930b text on a black background
contrast 7.77:1
Card sample
#cd930b text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd930b;
Background color
Panel with #cd930b background
background-color: #cd930b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd930b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 147, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 147, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd930b; background: linear-gradient(135deg, #cd930b, #86CD0B);