#ccaa13
a dark, electric yellow · cool · closest name: gold
RGB
204, 170, 19
HSL
49°, 83%, 44%
CMYK
0, 17, 91, 20
Luminance
0.4163
Every format
| HEX | #ccaa13 |
| RGB | rgb(204, 170, 19) |
| HSL | hsl(49, 83%, 44%) |
| CMYK | cmyk(0%, 17%, 91%, 20%) |
| LAB | lab(70.6 -0.6 70.9) |
| LCH | lch(70.6 70.9 90.5) |
| OKLCH | oklch(0.747 0.150 94.1) |
Copy-ready code
/* CSS */
color: #ccaa13;
background-color: #ccaa13;
/* Tailwind (arbitrary) */
class="text-[#ccaa13] bg-[#ccaa13]"
/* SCSS */
$brand: #ccaa13;
/* SwiftUI */
Color(red: 0.800, green: 0.667, blue: 0.075)
/* Android */
Color.parseColor("#ccaa13")Accessibility — WCAG contrast
Aa
#ccaa13 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaa13 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green66.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow90.7%
Key (black)20.0%
Color previews
#ccaa13 text on a black background
contrast 9.33:1
Card sample
#ccaa13 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaa13;
Background color
Panel with #ccaa13 background
background-color: #ccaa13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaa13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 170, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 170, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaa13; background: linear-gradient(135deg, #ccaa13, #73CC13);