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