#cba005
a dark, electric yellow · cool · closest name: orange
RGB
203, 160, 5
HSL
47°, 95%, 41%
CMYK
0, 21, 98, 20
Luminance
0.3785
Every format
| HEX | #cba005 |
| RGB | rgb(203, 160, 5) |
| HSL | hsl(47, 95%, 41%) |
| CMYK | cmyk(0%, 21%, 98%, 20%) |
| LAB | lab(67.9 4.2 70.8) |
| LCH | lch(67.9 70.9 86.6) |
| OKLCH | oklch(0.725 0.147 89.2) |
Copy-ready code
/* CSS */
color: #cba005;
background-color: #cba005;
/* Tailwind (arbitrary) */
class="text-[#cba005] bg-[#cba005]"
/* SCSS */
$brand: #cba005;
/* SwiftUI */
Color(red: 0.796, green: 0.627, blue: 0.020)
/* Android */
Color.parseColor("#cba005")Accessibility — WCAG contrast
Aa
#cba005 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba005 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.7%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow97.5%
Key (black)20.4%
Color previews
#cba005 text on a black background
contrast 8.57:1
Card sample
#cba005 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba005;
Background color
Panel with #cba005 background
background-color: #cba005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 160, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 160, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba005; background: linear-gradient(135deg, #cba005, #72CB05);