#cdaf0c
a dark, electric yellow · cool · closest name: gold
RGB
205, 175, 12
HSL
51°, 89%, 43%
CMYK
0, 15, 94, 20
Luminance
0.4367
Every format
| HEX | #cdaf0c |
| RGB | rgb(205, 175, 12) |
| HSL | hsl(51, 89%, 43%) |
| CMYK | cmyk(0%, 15%, 94%, 20%) |
| LAB | lab(72.0 -2.9 73.0) |
| LCH | lch(72.0 73.1 92.2) |
| OKLCH | oklch(0.758 0.154 96.5) |
Copy-ready code
/* CSS */
color: #cdaf0c;
background-color: #cdaf0c;
/* Tailwind (arbitrary) */
class="text-[#cdaf0c] bg-[#cdaf0c]"
/* SCSS */
$brand: #cdaf0c;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.047)
/* Android */
Color.parseColor("#cdaf0c")Accessibility — WCAG contrast
Aa
#cdaf0c on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaf0c on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow94.1%
Key (black)19.6%
Color previews
#cdaf0c text on a black background
contrast 9.73:1
Card sample
#cdaf0c text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaf0c;
Background color
Panel with #cdaf0c background
background-color: #cdaf0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaf0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaf0c; background: linear-gradient(135deg, #cdaf0c, #6ACD0C);