#c6ffc2
a pale, electric green · cool · closest name: aquamarine
RGB
198, 255, 194
HSL
116°, 100%, 88%
CMYK
22, 0, 24, 0
Luminance
0.8742
Every format
| HEX | #c6ffc2 |
| RGB | rgb(198, 255, 194) |
| HSL | hsl(116, 100%, 88%) |
| CMYK | cmyk(22%, 0%, 24%, 0%) |
| LAB | lab(94.9 -29.2 23.5) |
| LCH | lch(94.9 37.4 141.2) |
| OKLCH | oklch(0.946 0.100 143.1) |
Copy-ready code
/* CSS */
color: #c6ffc2;
background-color: #c6ffc2;
/* Tailwind (arbitrary) */
class="text-[#c6ffc2] bg-[#c6ffc2]"
/* SCSS */
$brand: #c6ffc2;
/* SwiftUI */
Color(red: 0.776, green: 1.000, blue: 0.761)
/* Android */
Color.parseColor("#c6ffc2")Accessibility — WCAG contrast
Aa
#c6ffc2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ffc2 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green100.0%
Blue76.1%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow23.9%
Key (black)0.0%
Color previews
#c6ffc2 text on a black background
contrast 18.48:1
Card sample
#c6ffc2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ffc2;
Background color
Panel with #c6ffc2 background
background-color: #c6ffc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ffc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 255, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 255, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ffc2; background: linear-gradient(135deg, #c6ffc2, #C2FFE7);