#c2f39b
a light, electric green · cool · closest name: khaki
RGB
194, 243, 155
HSL
93°, 79%, 78%
CMYK
20, 0, 36, 5
Luminance
0.7794
Every format
| HEX | #c2f39b |
| RGB | rgb(194, 243, 155) |
| HSL | hsl(93, 79%, 78%) |
| CMYK | cmyk(20%, 0%, 36%, 5%) |
| LAB | lab(90.8 -30.7 37.5) |
| LCH | lch(90.8 48.4 129.3) |
| OKLCH | oklch(0.909 0.125 132.1) |
Copy-ready code
/* CSS */
color: #c2f39b;
background-color: #c2f39b;
/* Tailwind (arbitrary) */
class="text-[#c2f39b] bg-[#c2f39b]"
/* SCSS */
$brand: #c2f39b;
/* SwiftUI */
Color(red: 0.761, green: 0.953, blue: 0.608)
/* Android */
Color.parseColor("#c2f39b")Accessibility — WCAG contrast
Aa
#c2f39b on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f39b on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green95.3%
Blue60.8%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow36.2%
Key (black)4.7%
Color previews
#c2f39b text on a black background
contrast 16.59:1
Card sample
#c2f39b text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f39b;
Background color
Panel with #c2f39b background
background-color: #c2f39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 243, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 243, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f39b; background: linear-gradient(135deg, #c2f39b, #9BF3AF);