#c2f28c
a light, electric green · cool · closest name: khaki
RGB
194, 242, 140
HSL
88°, 80%, 75%
CMYK
20, 0, 42, 5
Luminance
0.7687
Every format
| HEX | #c2f28c |
| RGB | rgb(194, 242, 140) |
| HSL | hsl(88, 80%, 75%) |
| CMYK | cmyk(20%, 0%, 42%, 5%) |
| LAB | lab(90.3 -32.1 44.2) |
| LCH | lch(90.3 54.7 126.0) |
| OKLCH | oklch(0.905 0.140 129.4) |
Copy-ready code
/* CSS */
color: #c2f28c;
background-color: #c2f28c;
/* Tailwind (arbitrary) */
class="text-[#c2f28c] bg-[#c2f28c]"
/* SCSS */
$brand: #c2f28c;
/* SwiftUI */
Color(red: 0.761, green: 0.949, blue: 0.549)
/* Android */
Color.parseColor("#c2f28c")Accessibility — WCAG contrast
Aa
#c2f28c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f28c on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green94.9%
Blue54.9%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow42.1%
Key (black)5.1%
Color previews
#c2f28c text on a black background
contrast 16.37:1
Card sample
#c2f28c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f28c;
Background color
Panel with #c2f28c background
background-color: #c2f28c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f28c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 242, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 242, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f28c; background: linear-gradient(135deg, #c2f28c, #8CF29A);