#cce721
a balanced, electric yellow · cool · closest name: yellow
RGB
204, 231, 33
HSL
68°, 81%, 52%
CMYK
12, 0, 86, 9
Luminance
0.7010
Every format
| HEX | #cce721 |
| RGB | rgb(204, 231, 33) |
| HSL | hsl(68, 81%, 52%) |
| CMYK | cmyk(12%, 0%, 86%, 9%) |
| LAB | lab(87.0 -30.7 81.4) |
| LCH | lch(87.0 87.0 110.6) |
| OKLCH | oklch(0.878 0.198 118.1) |
Copy-ready code
/* CSS */
color: #cce721;
background-color: #cce721;
/* Tailwind (arbitrary) */
class="text-[#cce721] bg-[#cce721]"
/* SCSS */
$brand: #cce721;
/* SwiftUI */
Color(red: 0.800, green: 0.906, blue: 0.129)
/* Android */
Color.parseColor("#cce721")Accessibility — WCAG contrast
Aa
#cce721 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce721 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green90.6%
Blue12.9%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow85.7%
Key (black)9.4%
Color previews
#cce721 text on a black background
contrast 15.02:1
Card sample
#cce721 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce721;
Background color
Panel with #cce721 background
background-color: #cce721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 231, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 231, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce721; background: linear-gradient(135deg, #cce721, #48E721);