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