#c6f4ae
a light, electric green · cool · closest name: khaki
RGB
198, 244, 174
HSL
99°, 76%, 82%
CMYK
19, 0, 29, 4
Luminance
0.7976
Every format
| HEX | #c6f4ae |
| RGB | rgb(198, 244, 174) |
| HSL | hsl(99, 76%, 82%) |
| CMYK | cmyk(19%, 0%, 29%, 4%) |
| LAB | lab(91.6 -27.1 29.1) |
| LCH | lch(91.6 39.7 133.0) |
| OKLCH | oklch(0.918 0.104 135.2) |
Copy-ready code
/* CSS */
color: #c6f4ae;
background-color: #c6f4ae;
/* Tailwind (arbitrary) */
class="text-[#c6f4ae] bg-[#c6f4ae]"
/* SCSS */
$brand: #c6f4ae;
/* SwiftUI */
Color(red: 0.776, green: 0.957, blue: 0.682)
/* Android */
Color.parseColor("#c6f4ae")Accessibility — WCAG contrast
Aa
#c6f4ae on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6f4ae on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green95.7%
Blue68.2%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow28.7%
Key (black)4.3%
Color previews
#c6f4ae text on a black background
contrast 16.95:1
Card sample
#c6f4ae text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6f4ae;
Background color
Panel with #c6f4ae background
background-color: #c6f4ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6f4ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 244, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 244, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6f4ae; background: linear-gradient(135deg, #c6f4ae, #AEF4C5);