#cda511
a dark, electric yellow · cool · closest name: orange
RGB
205, 165, 17
HSL
47°, 85%, 44%
CMYK
0, 20, 92, 20
Luminance
0.3993
Every format
| HEX | #cda511 |
| RGB | rgb(205, 165, 17) |
| HSL | hsl(47, 85%, 44%) |
| CMYK | cmyk(0%, 20%, 92%, 20%) |
| LAB | lab(69.4 2.5 70.3) |
| LCH | lch(69.4 70.4 88.0) |
| OKLCH | oklch(0.737 0.148 90.8) |
Copy-ready code
/* CSS */
color: #cda511;
background-color: #cda511;
/* Tailwind (arbitrary) */
class="text-[#cda511] bg-[#cda511]"
/* SCSS */
$brand: #cda511;
/* SwiftUI */
Color(red: 0.804, green: 0.647, blue: 0.067)
/* Android */
Color.parseColor("#cda511")Accessibility — WCAG contrast
Aa
#cda511 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda511 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green64.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow91.7%
Key (black)19.6%
Color previews
#cda511 text on a black background
contrast 8.99:1
Card sample
#cda511 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda511;
Background color
Panel with #cda511 background
background-color: #cda511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 165, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 165, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda511; background: linear-gradient(135deg, #cda511, #78CD11);