#cba913
a dark, electric yellow · cool · closest name: gold
RGB
203, 169, 19
HSL
49°, 83%, 44%
CMYK
0, 17, 91, 20
Luminance
0.4112
Every format
| HEX | #cba913 |
| RGB | rgb(203, 169, 19) |
| HSL | hsl(49, 83%, 44%) |
| CMYK | cmyk(0%, 17%, 91%, 20%) |
| LAB | lab(70.3 -0.5 70.5) |
| LCH | lch(70.3 70.5 90.4) |
| OKLCH | oklch(0.744 0.149 94.0) |
Copy-ready code
/* CSS */
color: #cba913;
background-color: #cba913;
/* Tailwind (arbitrary) */
class="text-[#cba913] bg-[#cba913]"
/* SCSS */
$brand: #cba913;
/* SwiftUI */
Color(red: 0.796, green: 0.663, blue: 0.075)
/* Android */
Color.parseColor("#cba913")Accessibility — WCAG contrast
Aa
#cba913 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba913 on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green66.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow90.6%
Key (black)20.4%
Color previews
#cba913 text on a black background
contrast 9.22:1
Card sample
#cba913 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba913;
Background color
Panel with #cba913 background
background-color: #cba913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 169, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 169, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba913; background: linear-gradient(135deg, #cba913, #72CB13);