#cba80f
a dark, electric yellow · cool · closest name: gold
RGB
203, 168, 15
HSL
49°, 86%, 43%
CMYK
0, 17, 93, 20
Luminance
0.4074
Every format
| HEX | #cba80f |
| RGB | rgb(203, 168, 15) |
| HSL | hsl(49, 86%, 43%) |
| CMYK | cmyk(0%, 17%, 93%, 20%) |
| LAB | lab(70.0 0.0 71.0) |
| LCH | lch(70.0 71.0 90.0) |
| OKLCH | oklch(0.741 0.149 93.5) |
Copy-ready code
/* CSS */
color: #cba80f;
background-color: #cba80f;
/* Tailwind (arbitrary) */
class="text-[#cba80f] bg-[#cba80f]"
/* SCSS */
$brand: #cba80f;
/* SwiftUI */
Color(red: 0.796, green: 0.659, blue: 0.059)
/* Android */
Color.parseColor("#cba80f")Accessibility — WCAG contrast
Aa
#cba80f on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba80f on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow92.6%
Key (black)20.4%
Color previews
#cba80f text on a black background
contrast 9.15:1
Card sample
#cba80f text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba80f;
Background color
Panel with #cba80f background
background-color: #cba80f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba80f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 168, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 168, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba80f; background: linear-gradient(135deg, #cba80f, #71CB0F);