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