#ccffc2
a pale, electric green · cool · closest name: aquamarine
RGB
204, 255, 194
HSL
110°, 100%, 88%
CMYK
20, 0, 24, 0
Luminance
0.8825
Every format
| HEX | #ccffc2 |
| RGB | rgb(204, 255, 194) |
| HSL | hsl(110, 100%, 88%) |
| CMYK | cmyk(20%, 0%, 24%, 0%) |
| LAB | lab(95.3 -27.2 24.0) |
| LCH | lch(95.3 36.3 138.6) |
| OKLCH | oklch(0.950 0.096 140.5) |
Copy-ready code
/* CSS */
color: #ccffc2;
background-color: #ccffc2;
/* Tailwind (arbitrary) */
class="text-[#ccffc2] bg-[#ccffc2]"
/* SCSS */
$brand: #ccffc2;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.761)
/* Android */
Color.parseColor("#ccffc2")Accessibility — WCAG contrast
Aa
#ccffc2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccffc2 on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue76.1%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow23.9%
Key (black)0.0%
Color previews
#ccffc2 text on a black background
contrast 18.65:1
Card sample
#ccffc2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccffc2;
Background color
Panel with #ccffc2 background
background-color: #ccffc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccffc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccffc2; background: linear-gradient(135deg, #ccffc2, #C2FFE1);