#c6ffc5
a pale, electric green · cool · closest name: aquamarine
RGB
198, 255, 197
HSL
119°, 100%, 89%
CMYK
22, 0, 23, 0
Luminance
0.8756
Every format
| HEX | #c6ffc5 |
| RGB | rgb(198, 255, 197) |
| HSL | hsl(119, 100%, 89%) |
| CMYK | cmyk(22%, 0%, 23%, 0%) |
| LAB | lab(95.0 -28.7 22.0) |
| LCH | lch(95.0 36.2 142.5) |
| OKLCH | oklch(0.946 0.097 144.3) |
Copy-ready code
/* CSS */
color: #c6ffc5;
background-color: #c6ffc5;
/* Tailwind (arbitrary) */
class="text-[#c6ffc5] bg-[#c6ffc5]"
/* SCSS */
$brand: #c6ffc5;
/* SwiftUI */
Color(red: 0.776, green: 1.000, blue: 0.773)
/* Android */
Color.parseColor("#c6ffc5")Accessibility — WCAG contrast
Aa
#c6ffc5 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ffc5 on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green100.0%
Blue77.3%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow22.7%
Key (black)0.0%
Color previews
#c6ffc5 text on a black background
contrast 18.51:1
Card sample
#c6ffc5 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ffc5;
Background color
Panel with #c6ffc5 background
background-color: #c6ffc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ffc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 255, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 255, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ffc5; background: linear-gradient(135deg, #c6ffc5, #C5FFEB);