#ccff70
a light, electric green · cool · closest name: khaki
RGB
204, 255, 112
HSL
81°, 100%, 72%
CMYK
20, 0, 56, 0
Luminance
0.8553
Every format
| HEX | #ccff70 |
| RGB | rgb(204, 255, 112) |
| HSL | hsl(81, 100%, 72%) |
| CMYK | cmyk(20%, 0%, 56%, 0%) |
| LAB | lab(94.1 -37.3 61.9) |
| LCH | lch(94.1 72.3 121.1) |
| OKLCH | oklch(0.936 0.179 126.1) |
Copy-ready code
/* CSS */
color: #ccff70;
background-color: #ccff70;
/* Tailwind (arbitrary) */
class="text-[#ccff70] bg-[#ccff70]"
/* SCSS */
$brand: #ccff70;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.439)
/* Android */
Color.parseColor("#ccff70")Accessibility — WCAG contrast
Aa
#ccff70 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccff70 on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue43.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow56.1%
Key (black)0.0%
Color previews
#ccff70 text on a black background
contrast 18.11:1
Card sample
#ccff70 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccff70;
Background color
Panel with #ccff70 background
background-color: #ccff70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccff70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccff70; background: linear-gradient(135deg, #ccff70, #70FF74);