#ccd921
a balanced, vivid yellow · cool · closest name: yellow
RGB
204, 217, 33
HSL
64°, 74%, 49%
CMYK
6, 0, 85, 15
Luminance
0.6257
Every format
| HEX | #ccd921 |
| RGB | rgb(204, 217, 33) |
| HSL | hsl(64, 74%, 49%) |
| CMYK | cmyk(6%, 0%, 85%, 15%) |
| LAB | lab(83.2 -24.1 78.3) |
| LCH | lch(83.2 81.9 107.1) |
| OKLCH | oklch(0.847 0.184 114.1) |
Copy-ready code
/* CSS */
color: #ccd921;
background-color: #ccd921;
/* Tailwind (arbitrary) */
class="text-[#ccd921] bg-[#ccd921]"
/* SCSS */
$brand: #ccd921;
/* SwiftUI */
Color(red: 0.800, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#ccd921")Accessibility — WCAG contrast
Aa
#ccd921 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd921 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.1%
Blue12.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#ccd921 text on a black background
contrast 13.51:1
Card sample
#ccd921 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd921;
Background color
Panel with #ccd921 background
background-color: #ccd921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd921; background: linear-gradient(135deg, #ccd921, #51D921);