#ccd721
a balanced, vivid yellow · cool · closest name: yellow
RGB
204, 215, 33
HSL
64°, 73%, 49%
CMYK
5, 0, 85, 16
Luminance
0.6155
Every format
| HEX | #ccd721 |
| RGB | rgb(204, 215, 33) |
| HSL | hsl(64, 73%, 49%) |
| CMYK | cmyk(5%, 0%, 85%, 16%) |
| LAB | lab(82.7 -23.1 77.8) |
| LCH | lch(82.7 81.2 106.5) |
| OKLCH | oklch(0.843 0.182 113.5) |
Copy-ready code
/* CSS */
color: #ccd721;
background-color: #ccd721;
/* Tailwind (arbitrary) */
class="text-[#ccd721] bg-[#ccd721]"
/* SCSS */
$brand: #ccd721;
/* SwiftUI */
Color(red: 0.800, green: 0.843, blue: 0.129)
/* Android */
Color.parseColor("#ccd721")Accessibility — WCAG contrast
Aa
#ccd721 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd721 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green84.3%
Blue12.9%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow84.7%
Key (black)15.7%
Color previews
#ccd721 text on a black background
contrast 13.31:1
Card sample
#ccd721 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd721;
Background color
Panel with #ccd721 background
background-color: #ccd721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 215, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 215, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd721; background: linear-gradient(135deg, #ccd721, #53D721);