#c2f09d
a light, vivid green · cool · closest name: khaki
RGB
194, 240, 157
HSL
93°, 74%, 78%
CMYK
19, 0, 35, 6
Luminance
0.7622
Every format
| HEX | #c2f09d |
| RGB | rgb(194, 240, 157) |
| HSL | hsl(93, 74%, 78%) |
| CMYK | cmyk(19%, 0%, 35%, 6%) |
| LAB | lab(90.0 -29.0 35.4) |
| LCH | lch(90.0 45.8 129.3) |
| OKLCH | oklch(0.903 0.118 132.0) |
Copy-ready code
/* CSS */
color: #c2f09d;
background-color: #c2f09d;
/* Tailwind (arbitrary) */
class="text-[#c2f09d] bg-[#c2f09d]"
/* SCSS */
$brand: #c2f09d;
/* SwiftUI */
Color(red: 0.761, green: 0.941, blue: 0.616)
/* Android */
Color.parseColor("#c2f09d")Accessibility — WCAG contrast
Aa
#c2f09d on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f09d on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green94.1%
Blue61.6%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow34.6%
Key (black)5.9%
Color previews
#c2f09d text on a black background
contrast 16.24:1
Card sample
#c2f09d text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f09d;
Background color
Panel with #c2f09d background
background-color: #c2f09d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f09d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 240, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 240, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f09d; background: linear-gradient(135deg, #c2f09d, #9DF0AF);