#ccae21
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 174, 33
HSL
50°, 72%, 47%
CMYK
0, 15, 84, 20
Luminance
0.4322
Every format
| HEX | #ccae21 |
| RGB | rgb(204, 174, 33) |
| HSL | hsl(50, 72%, 47%) |
| CMYK | cmyk(0%, 15%, 84%, 20%) |
| LAB | lab(71.7 -2.4 68.7) |
| LCH | lch(71.7 68.7 92.0) |
| OKLCH | oklch(0.755 0.148 95.8) |
Copy-ready code
/* CSS */
color: #ccae21;
background-color: #ccae21;
/* Tailwind (arbitrary) */
class="text-[#ccae21] bg-[#ccae21]"
/* SCSS */
$brand: #ccae21;
/* SwiftUI */
Color(red: 0.800, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#ccae21")Accessibility — WCAG contrast
Aa
#ccae21 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccae21 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow83.8%
Key (black)20.0%
Color previews
#ccae21 text on a black background
contrast 9.64:1
Card sample
#ccae21 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccae21;
Background color
Panel with #ccae21 background
background-color: #ccae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccae21; background: linear-gradient(135deg, #ccae21, #78CC21);