#ccd821
a balanced, vivid yellow · cool · closest name: yellow
RGB
204, 216, 33
HSL
64°, 74%, 49%
CMYK
6, 0, 85, 15
Luminance
0.6206
Every format
| HEX | #ccd821 |
| RGB | rgb(204, 216, 33) |
| HSL | hsl(64, 74%, 49%) |
| CMYK | cmyk(6%, 0%, 85%, 15%) |
| LAB | lab(83.0 -23.6 78.0) |
| LCH | lch(83.0 81.5 106.8) |
| OKLCH | oklch(0.845 0.183 113.8) |
Copy-ready code
/* CSS */
color: #ccd821;
background-color: #ccd821;
/* Tailwind (arbitrary) */
class="text-[#ccd821] bg-[#ccd821]"
/* SCSS */
$brand: #ccd821;
/* SwiftUI */
Color(red: 0.800, green: 0.847, blue: 0.129)
/* Android */
Color.parseColor("#ccd821")Accessibility — WCAG contrast
Aa
#ccd821 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd821 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green84.7%
Blue12.9%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow84.7%
Key (black)15.3%
Color previews
#ccd821 text on a black background
contrast 13.41:1
Card sample
#ccd821 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd821;
Background color
Panel with #ccd821 background
background-color: #ccd821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 216, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 216, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd821; background: linear-gradient(135deg, #ccd821, #52D821);