#cca821
a balanced, vivid yellow · cool · closest name: olive
RGB
204, 168, 33
HSL
47°, 72%, 47%
CMYK
0, 18, 84, 20
Luminance
0.4095
Every format
| HEX | #cca821 |
| RGB | rgb(204, 168, 33) |
| HSL | hsl(47, 72%, 47%) |
| CMYK | cmyk(0%, 18%, 84%, 20%) |
| LAB | lab(70.1 0.8 67.3) |
| LCH | lch(70.1 67.3 89.3) |
| OKLCH | oklch(0.743 0.144 92.3) |
Copy-ready code
/* CSS */
color: #cca821;
background-color: #cca821;
/* Tailwind (arbitrary) */
class="text-[#cca821] bg-[#cca821]"
/* SCSS */
$brand: #cca821;
/* SwiftUI */
Color(red: 0.800, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#cca821")Accessibility — WCAG contrast
Aa
#cca821 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca821 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green65.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow83.8%
Key (black)20.0%
Color previews
#cca821 text on a black background
contrast 9.19:1
Card sample
#cca821 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca821;
Background color
Panel with #cca821 background
background-color: #cca821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca821; background: linear-gradient(135deg, #cca821, #7ECC21);