#c0ffcf
a pale, electric green · cool · closest name: aquamarine
RGB
192, 255, 207
HSL
134°, 100%, 88%
CMYK
25, 0, 19, 0
Luminance
0.8723
Every format
| HEX | #c0ffcf |
| RGB | rgb(192, 255, 207) |
| HSL | hsl(134, 100%, 88%) |
| CMYK | cmyk(25%, 0%, 19%, 0%) |
| LAB | lab(94.8 -28.9 16.7) |
| LCH | lch(94.8 33.4 150.0) |
| OKLCH | oklch(0.945 0.090 151.7) |
Copy-ready code
/* CSS */
color: #c0ffcf;
background-color: #c0ffcf;
/* Tailwind (arbitrary) */
class="text-[#c0ffcf] bg-[#c0ffcf]"
/* SCSS */
$brand: #c0ffcf;
/* SwiftUI */
Color(red: 0.753, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#c0ffcf")Accessibility — WCAG contrast
Aa
#c0ffcf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ffcf on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green100.0%
Blue81.2%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#c0ffcf text on a black background
contrast 18.45:1
Card sample
#c0ffcf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ffcf;
Background color
Panel with #c0ffcf background
background-color: #c0ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ffcf; background: linear-gradient(135deg, #c0ffcf, #C0FFF9);