#cdc40f
a dark, electric yellow · cool · closest name: gold
RGB
205, 196, 15
HSL
57°, 86%, 43%
CMYK
0, 4, 93, 20
Luminance
0.5249
Every format
| HEX | #cdc40f |
| RGB | rgb(205, 196, 15) |
| HSL | hsl(57, 86%, 43%) |
| CMYK | cmyk(0%, 4%, 93%, 20%) |
| LAB | lab(77.6 -13.6 76.8) |
| LCH | lch(77.6 78.0 100.1) |
| OKLCH | oklch(0.802 0.169 106.3) |
Copy-ready code
/* CSS */
color: #cdc40f;
background-color: #cdc40f;
/* Tailwind (arbitrary) */
class="text-[#cdc40f] bg-[#cdc40f]"
/* SCSS */
$brand: #cdc40f;
/* SwiftUI */
Color(red: 0.804, green: 0.769, blue: 0.059)
/* Android */
Color.parseColor("#cdc40f")Accessibility — WCAG contrast
Aa
#cdc40f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc40f on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green76.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow92.7%
Key (black)19.6%
Color previews
#cdc40f text on a black background
contrast 11.50:1
Card sample
#cdc40f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc40f;
Background color
Panel with #cdc40f background
background-color: #cdc40f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc40f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 196, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 196, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc40f; background: linear-gradient(135deg, #cdc40f, #57CD0F);