#c2f892
a light, electric green · cool · closest name: khaki
RGB
194, 248, 146
HSL
92°, 88%, 77%
CMYK
22, 0, 41, 3
Luminance
0.8068
Every format
| HEX | #c2f892 |
| RGB | rgb(194, 248, 146) |
| HSL | hsl(92, 88%, 77%) |
| CMYK | cmyk(22%, 0%, 41%, 3%) |
| LAB | lab(92.0 -34.2 43.5) |
| LCH | lch(92.0 55.3 128.2) |
| OKLCH | oklch(0.919 0.142 131.4) |
Copy-ready code
/* CSS */
color: #c2f892;
background-color: #c2f892;
/* Tailwind (arbitrary) */
class="text-[#c2f892] bg-[#c2f892]"
/* SCSS */
$brand: #c2f892;
/* SwiftUI */
Color(red: 0.761, green: 0.973, blue: 0.573)
/* Android */
Color.parseColor("#c2f892")Accessibility — WCAG contrast
Aa
#c2f892 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f892 on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green97.3%
Blue57.3%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow41.1%
Key (black)2.7%
Color previews
#c2f892 text on a black background
contrast 17.14:1
Card sample
#c2f892 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f892;
Background color
Panel with #c2f892 background
background-color: #c2f892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 248, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 248, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f892; background: linear-gradient(135deg, #c2f892, #92F8A6);