#ccaa55
a balanced, vivid yellow · warm · closest name: peru
RGB
204, 170, 85
HSL
43°, 54%, 57%
CMYK
0, 17, 58, 20
Luminance
0.4224
Every format
| HEX | #ccaa55 |
| RGB | rgb(204, 170, 85) |
| HSL | hsl(43, 54%, 57%) |
| CMYK | cmyk(0%, 17%, 58%, 20%) |
| LAB | lab(71.0 2.4 47.7) |
| LCH | lch(71.0 47.8 87.2) |
| OKLCH | oklch(0.751 0.111 87.7) |
Copy-ready code
/* CSS */
color: #ccaa55;
background-color: #ccaa55;
/* Tailwind (arbitrary) */
class="text-[#ccaa55] bg-[#ccaa55]"
/* SCSS */
$brand: #ccaa55;
/* SwiftUI */
Color(red: 0.800, green: 0.667, blue: 0.333)
/* Android */
Color.parseColor("#ccaa55")Accessibility — WCAG contrast
Aa
#ccaa55 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaa55 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green66.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow58.3%
Key (black)20.0%
Color previews
#ccaa55 text on a black background
contrast 9.45:1
Card sample
#ccaa55 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaa55;
Background color
Panel with #ccaa55 background
background-color: #ccaa55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaa55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 170, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 170, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaa55; background: linear-gradient(135deg, #ccaa55, #9FCC55);