#ccae57
a balanced, vivid yellow · warm · closest name: khaki
RGB
204, 174, 87
HSL
45°, 53%, 57%
CMYK
0, 15, 57, 20
Luminance
0.4380
Every format
| HEX | #ccae57 |
| RGB | rgb(204, 174, 87) |
| HSL | hsl(45, 53%, 57%) |
| CMYK | cmyk(0%, 15%, 57%, 20%) |
| LAB | lab(72.1 0.4 48.0) |
| LCH | lch(72.1 48.0 89.5) |
| OKLCH | oklch(0.760 0.112 90.6) |
Copy-ready code
/* CSS */
color: #ccae57;
background-color: #ccae57;
/* Tailwind (arbitrary) */
class="text-[#ccae57] bg-[#ccae57]"
/* SCSS */
$brand: #ccae57;
/* SwiftUI */
Color(red: 0.800, green: 0.682, blue: 0.341)
/* Android */
Color.parseColor("#ccae57")Accessibility — WCAG contrast
Aa
#ccae57 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccae57 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.2%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow57.4%
Key (black)20.0%
Color previews
#ccae57 text on a black background
contrast 9.76:1
Card sample
#ccae57 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccae57;
Background color
Panel with #ccae57 background
background-color: #ccae57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccae57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 174, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 174, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccae57; background: linear-gradient(135deg, #ccae57, #9CCC57);