#cdbf13
a dark, electric yellow · cool · closest name: gold
RGB
205, 191, 19
HSL
56°, 83%, 44%
CMYK
0, 7, 91, 20
Luminance
0.5029
Every format
| HEX | #cdbf13 |
| RGB | rgb(205, 191, 19) |
| HSL | hsl(56, 83%, 44%) |
| CMYK | cmyk(0%, 7%, 91%, 20%) |
| LAB | lab(76.3 -11.0 75.3) |
| LCH | lch(76.3 76.1 98.3) |
| OKLCH | oklch(0.791 0.164 104.1) |
Copy-ready code
/* CSS */
color: #cdbf13;
background-color: #cdbf13;
/* Tailwind (arbitrary) */
class="text-[#cdbf13] bg-[#cdbf13]"
/* SCSS */
$brand: #cdbf13;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#cdbf13")Accessibility — WCAG contrast
Aa
#cdbf13 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbf13 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow90.7%
Key (black)19.6%
Color previews
#cdbf13 text on a black background
contrast 11.06:1
Card sample
#cdbf13 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbf13;
Background color
Panel with #cdbf13 background
background-color: #cdbf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbf13; background: linear-gradient(135deg, #cdbf13, #5FCD13);