#c0fba2
a light, electric green · cool · closest name: khaki
RGB
192, 251, 162
HSL
100°, 92%, 81%
CMYK
24, 0, 36, 2
Luminance
0.8281
Every format
| HEX | #c0fba2 |
| RGB | rgb(192, 251, 162) |
| HSL | hsl(100, 92%, 81%) |
| CMYK | cmyk(24%, 0%, 36%, 2%) |
| LAB | lab(92.9 -34.1 36.8) |
| LCH | lch(92.9 50.2 132.8) |
| OKLCH | oklch(0.927 0.131 135.5) |
Copy-ready code
/* CSS */
color: #c0fba2;
background-color: #c0fba2;
/* Tailwind (arbitrary) */
class="text-[#c0fba2] bg-[#c0fba2]"
/* SCSS */
$brand: #c0fba2;
/* SwiftUI */
Color(red: 0.753, green: 0.984, blue: 0.635)
/* Android */
Color.parseColor("#c0fba2")Accessibility — WCAG contrast
Aa
#c0fba2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fba2 on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green98.4%
Blue63.5%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow35.5%
Key (black)1.6%
Color previews
#c0fba2 text on a black background
contrast 17.56:1
Card sample
#c0fba2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fba2;
Background color
Panel with #c0fba2 background
background-color: #c0fba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 251, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 251, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fba2; background: linear-gradient(135deg, #c0fba2, #A2FBBF);