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