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