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