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