#ccaa33
a balanced, vivid yellow · cool · closest name: olive
RGB
204, 170, 51
HSL
47°, 60%, 50%
CMYK
0, 17, 75, 20
Luminance
0.4183
Every format
| HEX | #ccaa33 |
| RGB | rgb(204, 170, 51) |
| HSL | hsl(47, 60%, 50%) |
| CMYK | cmyk(0%, 17%, 75%, 20%) |
| LAB | lab(70.8 0.4 62.1) |
| LCH | lch(70.8 62.1 89.6) |
| OKLCH | oklch(0.748 0.137 92.3) |
Copy-ready code
/* CSS */
color: #ccaa33;
background-color: #ccaa33;
/* Tailwind (arbitrary) */
class="text-[#ccaa33] bg-[#ccaa33]"
/* SCSS */
$brand: #ccaa33;
/* SwiftUI */
Color(red: 0.800, green: 0.667, blue: 0.200)
/* Android */
Color.parseColor("#ccaa33")Accessibility — WCAG contrast
Aa
#ccaa33 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaa33 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green66.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow75.0%
Key (black)20.0%
Color previews
#ccaa33 text on a black background
contrast 9.37:1
Card sample
#ccaa33 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaa33;
Background color
Panel with #ccaa33 background
background-color: #ccaa33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaa33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 170, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 170, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaa33; background: linear-gradient(135deg, #ccaa33, #88CC33);