#ccae33
a balanced, vivid yellow · cool · closest name: olive
RGB
204, 174, 51
HSL
48°, 60%, 50%
CMYK
0, 15, 75, 20
Luminance
0.4335
Every format
| HEX | #ccae33 |
| RGB | rgb(204, 174, 51) |
| HSL | hsl(48, 60%, 50%) |
| CMYK | cmyk(0%, 15%, 75%, 20%) |
| LAB | lab(71.8 -1.7 63.1) |
| LCH | lch(71.8 63.1 91.6) |
| OKLCH | oklch(0.756 0.139 94.7) |
Copy-ready code
/* CSS */
color: #ccae33;
background-color: #ccae33;
/* Tailwind (arbitrary) */
class="text-[#ccae33] bg-[#ccae33]"
/* SCSS */
$brand: #ccae33;
/* SwiftUI */
Color(red: 0.800, green: 0.682, blue: 0.200)
/* Android */
Color.parseColor("#ccae33")Accessibility — WCAG contrast
Aa
#ccae33 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccae33 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.2%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow75.0%
Key (black)20.0%
Color previews
#ccae33 text on a black background
contrast 9.67:1
Card sample
#ccae33 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccae33;
Background color
Panel with #ccae33 background
background-color: #ccae33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccae33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 174, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 174, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccae33; background: linear-gradient(135deg, #ccae33, #84CC33);