#cdad10
a dark, electric yellow · cool · closest name: gold
RGB
205, 173, 16
HSL
50°, 86%, 43%
CMYK
0, 16, 92, 20
Luminance
0.4290
Every format
| HEX | #cdad10 |
| RGB | rgb(205, 173, 16) |
| HSL | hsl(50, 86%, 43%) |
| CMYK | cmyk(0%, 16%, 92%, 20%) |
| LAB | lab(71.5 -1.8 72.1) |
| LCH | lch(71.5 72.1 91.4) |
| OKLCH | oklch(0.754 0.152 95.3) |
Copy-ready code
/* CSS */
color: #cdad10;
background-color: #cdad10;
/* Tailwind (arbitrary) */
class="text-[#cdad10] bg-[#cdad10]"
/* SCSS */
$brand: #cdad10;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.063)
/* Android */
Color.parseColor("#cdad10")Accessibility — WCAG contrast
Aa
#cdad10 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdad10 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow92.2%
Key (black)19.6%
Color previews
#cdad10 text on a black background
contrast 9.58:1
Card sample
#cdad10 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdad10;
Background color
Panel with #cdad10 background
background-color: #cdad10;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdad10;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdad10; background: linear-gradient(135deg, #cdad10, #6FCD10);