#cac00a
a dark, electric yellow · cool · closest name: gold
RGB
202, 192, 10
HSL
57°, 91%, 42%
CMYK
0, 5, 95, 21
Luminance
0.5028
Every format
| HEX | #cac00a |
| RGB | rgb(202, 192, 10) |
| HSL | hsl(57, 91%, 42%) |
| CMYK | cmyk(0%, 5%, 95%, 21%) |
| LAB | lab(76.2 -13.0 76.3) |
| LCH | lch(76.2 77.4 99.6) |
| OKLCH | oklch(0.791 0.167 105.8) |
Copy-ready code
/* CSS */
color: #cac00a;
background-color: #cac00a;
/* Tailwind (arbitrary) */
class="text-[#cac00a] bg-[#cac00a]"
/* SCSS */
$brand: #cac00a;
/* SwiftUI */
Color(red: 0.792, green: 0.753, blue: 0.039)
/* Android */
Color.parseColor("#cac00a")Accessibility — WCAG contrast
Aa
#cac00a on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac00a on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green75.3%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow95.0%
Key (black)20.8%
Color previews
#cac00a text on a black background
contrast 11.06:1
Card sample
#cac00a text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac00a;
Background color
Panel with #cac00a background
background-color: #cac00a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac00a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 192, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 192, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac00a; background: linear-gradient(135deg, #cac00a, #54CA0A);