#ccef1a
a balanced, electric yellow · cool · closest name: yellow
RGB
204, 239, 26
HSL
70°, 87%, 52%
CMYK
15, 0, 89, 6
Luminance
0.7464
Every format
| HEX | #ccef1a |
| RGB | rgb(204, 239, 26) |
| HSL | hsl(70, 87%, 52%) |
| CMYK | cmyk(15%, 0%, 89%, 6%) |
| LAB | lab(89.2 -34.5 84.4) |
| LCH | lch(89.2 91.2 112.2) |
| OKLCH | oklch(0.895 0.208 120.0) |
Copy-ready code
/* CSS */
color: #ccef1a;
background-color: #ccef1a;
/* Tailwind (arbitrary) */
class="text-[#ccef1a] bg-[#ccef1a]"
/* SCSS */
$brand: #ccef1a;
/* SwiftUI */
Color(red: 0.800, green: 0.937, blue: 0.102)
/* Android */
Color.parseColor("#ccef1a")Accessibility — WCAG contrast
Aa
#ccef1a on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccef1a on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.7%
Blue10.2%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow89.1%
Key (black)6.3%
Color previews
#ccef1a text on a black background
contrast 15.93:1
Card sample
#ccef1a text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccef1a;
Background color
Panel with #ccef1a background
background-color: #ccef1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccef1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 239, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 239, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccef1a; background: linear-gradient(135deg, #ccef1a, #3EEF1A);