#c6fcc2
a pale, electric green · cool · closest name: aquamarine
RGB
198, 252, 194
HSL
116°, 91%, 88%
CMYK
21, 0, 23, 1
Luminance
0.8552
Every format
| HEX | #c6fcc2 |
| RGB | rgb(198, 252, 194) |
| HSL | hsl(116, 91%, 88%) |
| CMYK | cmyk(21%, 0%, 23%, 1%) |
| LAB | lab(94.1 -27.8 22.3) |
| LCH | lch(94.1 35.6 141.2) |
| OKLCH | oklch(0.939 0.095 143.0) |
Copy-ready code
/* CSS */
color: #c6fcc2;
background-color: #c6fcc2;
/* Tailwind (arbitrary) */
class="text-[#c6fcc2] bg-[#c6fcc2]"
/* SCSS */
$brand: #c6fcc2;
/* SwiftUI */
Color(red: 0.776, green: 0.988, blue: 0.761)
/* Android */
Color.parseColor("#c6fcc2")Accessibility — WCAG contrast
Aa
#c6fcc2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6fcc2 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green98.8%
Blue76.1%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow23.0%
Key (black)1.2%
Color previews
#c6fcc2 text on a black background
contrast 18.10:1
Card sample
#c6fcc2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6fcc2;
Background color
Panel with #c6fcc2 background
background-color: #c6fcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6fcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 252, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 252, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6fcc2; background: linear-gradient(135deg, #c6fcc2, #C2FCE5);