#c0ffab
a light, electric green · cool · closest name: aquamarine
RGB
192, 255, 171
HSL
105°, 100%, 84%
CMYK
25, 0, 33, 0
Luminance
0.8567
Every format
| HEX | #c0ffab |
| RGB | rgb(192, 255, 171) |
| HSL | hsl(105, 100%, 84%) |
| CMYK | cmyk(25%, 0%, 33%, 0%) |
| LAB | lab(94.2 -34.7 34.0) |
| LCH | lch(94.2 48.6 135.6) |
| OKLCH | oklch(0.938 0.127 138.1) |
Copy-ready code
/* CSS */
color: #c0ffab;
background-color: #c0ffab;
/* Tailwind (arbitrary) */
class="text-[#c0ffab] bg-[#c0ffab]"
/* SCSS */
$brand: #c0ffab;
/* SwiftUI */
Color(red: 0.753, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#c0ffab")Accessibility — WCAG contrast
Aa
#c0ffab on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ffab on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green100.0%
Blue67.1%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#c0ffab text on a black background
contrast 18.13:1
Card sample
#c0ffab text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ffab;
Background color
Panel with #c0ffab background
background-color: #c0ffab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ffab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ffab; background: linear-gradient(135deg, #c0ffab, #ABFFCE);