#ccffcc
a pale, electric green · cool · closest name: aquamarine
RGB
204, 255, 204
HSL
120°, 100%, 90%
CMYK
20, 0, 20, 0
Luminance
0.8872
Every format
| HEX | #ccffcc |
| RGB | rgb(204, 255, 204) |
| HSL | hsl(120, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 20%, 0%) |
| LAB | lab(95.5 -25.6 19.2) |
| LCH | lch(95.5 32.0 143.1) |
| OKLCH | oklch(0.952 0.086 144.9) |
Copy-ready code
/* CSS */
color: #ccffcc;
background-color: #ccffcc;
/* Tailwind (arbitrary) */
class="text-[#ccffcc] bg-[#ccffcc]"
/* SCSS */
$brand: #ccffcc;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.800)
/* Android */
Color.parseColor("#ccffcc")Accessibility — WCAG contrast
Aa
#ccffcc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccffcc on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue80.0%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow20.0%
Key (black)0.0%
Color previews
#ccffcc text on a black background
contrast 18.74:1
Card sample
#ccffcc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccffcc;
Background color
Panel with #ccffcc background
background-color: #ccffcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccffcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccffcc; background: linear-gradient(135deg, #ccffcc, #CCFFEE);