#ccaa44
a balanced, vivid yellow · cool · closest name: peru
RGB
204, 170, 68
HSL
45°, 57%, 53%
CMYK
0, 17, 67, 20
Luminance
0.4200
Every format
| HEX | #ccaa44 |
| RGB | rgb(204, 170, 68) |
| HSL | hsl(45, 57%, 53%) |
| CMYK | cmyk(0%, 17%, 67%, 20%) |
| LAB | lab(70.9 1.2 55.4) |
| LCH | lch(70.9 55.4 88.7) |
| OKLCH | oklch(0.750 0.125 90.5) |
Copy-ready code
/* CSS */
color: #ccaa44;
background-color: #ccaa44;
/* Tailwind (arbitrary) */
class="text-[#ccaa44] bg-[#ccaa44]"
/* SCSS */
$brand: #ccaa44;
/* SwiftUI */
Color(red: 0.800, green: 0.667, blue: 0.267)
/* Android */
Color.parseColor("#ccaa44")Accessibility — WCAG contrast
Aa
#ccaa44 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaa44 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green66.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow66.7%
Key (black)20.0%
Color previews
#ccaa44 text on a black background
contrast 9.40:1
Card sample
#ccaa44 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaa44;
Background color
Panel with #ccaa44 background
background-color: #ccaa44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaa44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 170, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 170, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaa44; background: linear-gradient(135deg, #ccaa44, #93CC44);