#c6f9ba
a pale, electric green · cool · closest name: aquamarine
RGB
198, 249, 186
HSL
109°, 84%, 85%
CMYK
21, 0, 25, 2
Luminance
0.8330
Every format
| HEX | #c6f9ba |
| RGB | rgb(198, 249, 186) |
| HSL | hsl(109, 84%, 85%) |
| CMYK | cmyk(21%, 0%, 25%, 2%) |
| LAB | lab(93.2 -27.6 25.1) |
| LCH | lch(93.2 37.3 137.8) |
| OKLCH | oklch(0.931 0.099 139.7) |
Copy-ready code
/* CSS */
color: #c6f9ba;
background-color: #c6f9ba;
/* Tailwind (arbitrary) */
class="text-[#c6f9ba] bg-[#c6f9ba]"
/* SCSS */
$brand: #c6f9ba;
/* SwiftUI */
Color(red: 0.776, green: 0.976, blue: 0.729)
/* Android */
Color.parseColor("#c6f9ba")Accessibility — WCAG contrast
Aa
#c6f9ba on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6f9ba on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green97.6%
Blue72.9%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow25.3%
Key (black)2.4%
Color previews
#c6f9ba text on a black background
contrast 17.66:1
Card sample
#c6f9ba text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6f9ba;
Background color
Panel with #c6f9ba background
background-color: #c6f9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6f9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 249, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 249, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6f9ba; background: linear-gradient(135deg, #c6f9ba, #BAF9D8);