#caa310
a dark, electric yellow · cool · closest name: orange
RGB
202, 163, 16
HSL
47°, 85%, 43%
CMYK
0, 19, 92, 21
Luminance
0.3879
Every format
| HEX | #caa310 |
| RGB | rgb(202, 163, 16) |
| HSL | hsl(47, 85%, 43%) |
| CMYK | cmyk(0%, 19%, 92%, 21%) |
| LAB | lab(68.6 2.2 69.8) |
| LCH | lch(68.6 69.8 88.2) |
| OKLCH | oklch(0.730 0.146 91.1) |
Copy-ready code
/* CSS */
color: #caa310;
background-color: #caa310;
/* Tailwind (arbitrary) */
class="text-[#caa310] bg-[#caa310]"
/* SCSS */
$brand: #caa310;
/* SwiftUI */
Color(red: 0.792, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#caa310")Accessibility — WCAG contrast
Aa
#caa310 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caa310 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow92.1%
Key (black)20.8%
Color previews
#caa310 text on a black background
contrast 8.76:1
Card sample
#caa310 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caa310;
Background color
Panel with #caa310 background
background-color: #caa310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caa310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caa310; background: linear-gradient(135deg, #caa310, #75CA10);