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