#c0f2a7
a light, vivid green · cool · closest name: khaki
RGB
192, 242, 167
HSL
100°, 74%, 80%
CMYK
21, 0, 31, 5
Luminance
0.7750
Every format
| HEX | #c0f2a7 |
| RGB | rgb(192, 242, 167) |
| HSL | hsl(100, 74%, 80%) |
| CMYK | cmyk(21%, 0%, 31%, 5%) |
| LAB | lab(90.5 -29.3 31.1) |
| LCH | lch(90.5 42.7 133.2) |
| OKLCH | oklch(0.908 0.112 135.5) |
Copy-ready code
/* CSS */
color: #c0f2a7;
background-color: #c0f2a7;
/* Tailwind (arbitrary) */
class="text-[#c0f2a7] bg-[#c0f2a7]"
/* SCSS */
$brand: #c0f2a7;
/* SwiftUI */
Color(red: 0.753, green: 0.949, blue: 0.655)
/* Android */
Color.parseColor("#c0f2a7")Accessibility — WCAG contrast
Aa
#c0f2a7 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f2a7 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green94.9%
Blue65.5%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow31.0%
Key (black)5.1%
Color previews
#c0f2a7 text on a black background
contrast 16.50:1
Card sample
#c0f2a7 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f2a7;
Background color
Panel with #c0f2a7 background
background-color: #c0f2a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f2a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 242, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 242, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f2a7; background: linear-gradient(135deg, #c0f2a7, #A7F2C0);