#c0ffb1
a light, electric green · cool · closest name: aquamarine
RGB
192, 255, 177
HSL
109°, 100%, 85%
CMYK
25, 0, 31, 0
Luminance
0.8590
Every format
| HEX | #c0ffb1 |
| RGB | rgb(192, 255, 177) |
| HSL | hsl(109, 100%, 85%) |
| CMYK | cmyk(25%, 0%, 31%, 0%) |
| LAB | lab(94.3 -33.8 31.1) |
| LCH | lch(94.3 46.0 137.4) |
| OKLCH | oklch(0.939 0.121 139.7) |
Copy-ready code
/* CSS */
color: #c0ffb1;
background-color: #c0ffb1;
/* Tailwind (arbitrary) */
class="text-[#c0ffb1] bg-[#c0ffb1]"
/* SCSS */
$brand: #c0ffb1;
/* SwiftUI */
Color(red: 0.753, green: 1.000, blue: 0.694)
/* Android */
Color.parseColor("#c0ffb1")Accessibility — WCAG contrast
Aa
#c0ffb1 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ffb1 on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green100.0%
Blue69.4%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow30.6%
Key (black)0.0%
Color previews
#c0ffb1 text on a black background
contrast 18.18:1
Card sample
#c0ffb1 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ffb1;
Background color
Panel with #c0ffb1 background
background-color: #c0ffb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ffb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 255, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 255, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ffb1; background: linear-gradient(135deg, #c0ffb1, #B1FFD6);