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