#c6feaf
a light, electric green · cool · closest name: khaki
RGB
198, 254, 175
HSL
103°, 98%, 84%
CMYK
22, 0, 31, 0
Luminance
0.8598
Every format
| HEX | #c6feaf |
| RGB | rgb(198, 254, 175) |
| HSL | hsl(103, 98%, 84%) |
| CMYK | cmyk(22%, 0%, 31%, 0%) |
| LAB | lab(94.3 -31.6 32.2) |
| LCH | lch(94.3 45.2 134.5) |
| OKLCH | oklch(0.940 0.118 136.8) |
Copy-ready code
/* CSS */
color: #c6feaf;
background-color: #c6feaf;
/* Tailwind (arbitrary) */
class="text-[#c6feaf] bg-[#c6feaf]"
/* SCSS */
$brand: #c6feaf;
/* SwiftUI */
Color(red: 0.776, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#c6feaf")Accessibility — WCAG contrast
Aa
#c6feaf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6feaf on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green99.6%
Blue68.6%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#c6feaf text on a black background
contrast 18.20:1
Card sample
#c6feaf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6feaf;
Background color
Panel with #c6feaf background
background-color: #c6feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6feaf; background: linear-gradient(135deg, #c6feaf, #AFFECD);