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