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