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