#cba705
a dark, electric yellow · cool · closest name: gold
RGB
203, 167, 5
HSL
49°, 95%, 41%
CMYK
0, 18, 98, 20
Luminance
0.4034
Every format
| HEX | #cba705 |
| RGB | rgb(203, 167, 5) |
| HSL | hsl(49, 95%, 41%) |
| CMYK | cmyk(0%, 18%, 98%, 20%) |
| LAB | lab(69.7 0.4 72.1) |
| LCH | lch(69.7 72.1 89.7) |
| OKLCH | oklch(0.739 0.151 93.2) |
Copy-ready code
/* CSS */
color: #cba705;
background-color: #cba705;
/* Tailwind (arbitrary) */
class="text-[#cba705] bg-[#cba705]"
/* SCSS */
$brand: #cba705;
/* SwiftUI */
Color(red: 0.796, green: 0.655, blue: 0.020)
/* Android */
Color.parseColor("#cba705")Accessibility — WCAG contrast
Aa
#cba705 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba705 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.5%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow97.5%
Key (black)20.4%
Color previews
#cba705 text on a black background
contrast 9.07:1
Card sample
#cba705 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba705;
Background color
Panel with #cba705 background
background-color: #cba705;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba705;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 167, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 167, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba705; background: linear-gradient(135deg, #cba705, #6BCB05);