#cba313
a dark, electric yellow · cool · closest name: orange
RGB
203, 163, 19
HSL
47°, 83%, 44%
CMYK
0, 20, 91, 20
Luminance
0.3894
Every format
| HEX | #cba313 |
| RGB | rgb(203, 163, 19) |
| HSL | hsl(47, 83%, 44%) |
| CMYK | cmyk(0%, 20%, 91%, 20%) |
| LAB | lab(68.7 2.7 69.4) |
| LCH | lch(68.7 69.4 87.8) |
| OKLCH | oklch(0.731 0.146 90.5) |
Copy-ready code
/* CSS */
color: #cba313;
background-color: #cba313;
/* Tailwind (arbitrary) */
class="text-[#cba313] bg-[#cba313]"
/* SCSS */
$brand: #cba313;
/* SwiftUI */
Color(red: 0.796, green: 0.639, blue: 0.075)
/* Android */
Color.parseColor("#cba313")Accessibility — WCAG contrast
Aa
#cba313 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba313 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow90.6%
Key (black)20.4%
Color previews
#cba313 text on a black background
contrast 8.79:1
Card sample
#cba313 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba313;
Background color
Panel with #cba313 background
background-color: #cba313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 163, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 163, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba313; background: linear-gradient(135deg, #cba313, #78CB13);