#ccaa22
a balanced, vivid yellow · cool · closest name: olive
RGB
204, 170, 34
HSL
48°, 71%, 47%
CMYK
0, 17, 83, 20
Luminance
0.4170
Every format
| HEX | #ccaa22 |
| RGB | rgb(204, 170, 34) |
| HSL | hsl(48, 71%, 47%) |
| CMYK | cmyk(0%, 17%, 83%, 20%) |
| LAB | lab(70.7 -0.2 67.5) |
| LCH | lch(70.7 67.5 90.2) |
| OKLCH | oklch(0.747 0.145 93.4) |
Copy-ready code
/* CSS */
color: #ccaa22;
background-color: #ccaa22;
/* Tailwind (arbitrary) */
class="text-[#ccaa22] bg-[#ccaa22]"
/* SCSS */
$brand: #ccaa22;
/* SwiftUI */
Color(red: 0.800, green: 0.667, blue: 0.133)
/* Android */
Color.parseColor("#ccaa22")Accessibility — WCAG contrast
Aa
#ccaa22 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaa22 on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green66.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow83.3%
Key (black)20.0%
Color previews
#ccaa22 text on a black background
contrast 9.34:1
Card sample
#ccaa22 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaa22;
Background color
Panel with #ccaa22 background
background-color: #ccaa22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaa22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 170, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 170, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaa22; background: linear-gradient(135deg, #ccaa22, #7DCC22);