#c6ffc6
a pale, electric green · cool · closest name: aquamarine
RGB
198, 255, 198
HSL
120°, 100%, 89%
CMYK
22, 0, 22, 0
Luminance
0.8760
Every format
| HEX | #c6ffc6 |
| RGB | rgb(198, 255, 198) |
| HSL | hsl(120, 100%, 89%) |
| CMYK | cmyk(22%, 0%, 22%, 0%) |
| LAB | lab(95.0 -28.5 21.5) |
| LCH | lch(95.0 35.7 143.0) |
| OKLCH | oklch(0.947 0.095 144.8) |
Copy-ready code
/* CSS */
color: #c6ffc6;
background-color: #c6ffc6;
/* Tailwind (arbitrary) */
class="text-[#c6ffc6] bg-[#c6ffc6]"
/* SCSS */
$brand: #c6ffc6;
/* SwiftUI */
Color(red: 0.776, green: 1.000, blue: 0.776)
/* Android */
Color.parseColor("#c6ffc6")Accessibility — WCAG contrast
Aa
#c6ffc6 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ffc6 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green100.0%
Blue77.6%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow22.4%
Key (black)0.0%
Color previews
#c6ffc6 text on a black background
contrast 18.52:1
Card sample
#c6ffc6 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ffc6;
Background color
Panel with #c6ffc6 background
background-color: #c6ffc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ffc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 255, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 255, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ffc6; background: linear-gradient(135deg, #c6ffc6, #C6FFEC);