#cdbc0f
a dark, electric yellow · cool · closest name: gold
RGB
205, 188, 15
HSL
55°, 86%, 43%
CMYK
0, 8, 93, 20
Luminance
0.4898
Every format
| HEX | #cdbc0f |
| RGB | rgb(205, 188, 15) |
| HSL | hsl(55, 86%, 43%) |
| CMYK | cmyk(0%, 8%, 93%, 20%) |
| LAB | lab(75.4 -9.6 75.2) |
| LCH | lch(75.4 75.8 97.2) |
| OKLCH | oklch(0.785 0.163 102.8) |
Copy-ready code
/* CSS */
color: #cdbc0f;
background-color: #cdbc0f;
/* Tailwind (arbitrary) */
class="text-[#cdbc0f] bg-[#cdbc0f]"
/* SCSS */
$brand: #cdbc0f;
/* SwiftUI */
Color(red: 0.804, green: 0.737, blue: 0.059)
/* Android */
Color.parseColor("#cdbc0f")Accessibility — WCAG contrast
Aa
#cdbc0f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbc0f on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow92.7%
Key (black)19.6%
Color previews
#cdbc0f text on a black background
contrast 10.80:1
Card sample
#cdbc0f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbc0f;
Background color
Panel with #cdbc0f background
background-color: #cdbc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 188, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 188, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbc0f; background: linear-gradient(135deg, #cdbc0f, #5FCD0F);