#ccff69
a light, electric green · cool · closest name: yellow
RGB
204, 255, 105
HSL
80°, 100%, 71%
CMYK
20, 0, 59, 0
Luminance
0.8538
Every format
| HEX | #ccff69 |
| RGB | rgb(204, 255, 105) |
| HSL | hsl(80, 100%, 71%) |
| CMYK | cmyk(20%, 0%, 59%, 0%) |
| LAB | lab(94.0 -37.9 64.8) |
| LCH | lch(94.0 75.1 120.3) |
| OKLCH | oklch(0.936 0.185 125.6) |
Copy-ready code
/* CSS */
color: #ccff69;
background-color: #ccff69;
/* Tailwind (arbitrary) */
class="text-[#ccff69] bg-[#ccff69]"
/* SCSS */
$brand: #ccff69;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.412)
/* Android */
Color.parseColor("#ccff69")Accessibility — WCAG contrast
Aa
#ccff69 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccff69 on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue41.2%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow58.8%
Key (black)0.0%
Color previews
#ccff69 text on a black background
contrast 18.08:1
Card sample
#ccff69 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccff69;
Background color
Panel with #ccff69 background
background-color: #ccff69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccff69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccff69; background: linear-gradient(135deg, #ccff69, #69FF6A);