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