#c6fbaf
a light, electric green · cool · closest name: khaki
RGB
198, 251, 175
HSL
102°, 91%, 84%
CMYK
21, 0, 30, 2
Luminance
0.8410
Every format
| HEX | #c6fbaf |
| RGB | rgb(198, 251, 175) |
| HSL | hsl(102, 91%, 84%) |
| CMYK | cmyk(21%, 0%, 30%, 2%) |
| LAB | lab(93.5 -30.3 31.1) |
| LCH | lch(93.5 43.4 134.2) |
| OKLCH | oklch(0.933 0.114 136.5) |
Copy-ready code
/* CSS */
color: #c6fbaf;
background-color: #c6fbaf;
/* Tailwind (arbitrary) */
class="text-[#c6fbaf] bg-[#c6fbaf]"
/* SCSS */
$brand: #c6fbaf;
/* SwiftUI */
Color(red: 0.776, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#c6fbaf")Accessibility — WCAG contrast
Aa
#c6fbaf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6fbaf on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green98.4%
Blue68.6%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#c6fbaf text on a black background
contrast 17.82:1
Card sample
#c6fbaf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6fbaf;
Background color
Panel with #c6fbaf background
background-color: #c6fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6fbaf; background: linear-gradient(135deg, #c6fbaf, #AFFBCB);