#c0fccf
a pale, electric green · cool · closest name: aquamarine
RGB
192, 252, 207
HSL
135°, 91%, 87%
CMYK
24, 0, 18, 1
Luminance
0.8533
Every format
| HEX | #c0fccf |
| RGB | rgb(192, 252, 207) |
| HSL | hsl(135, 91%, 87%) |
| CMYK | cmyk(24%, 0%, 18%, 1%) |
| LAB | lab(94.0 -27.5 15.5) |
| LCH | lch(94.0 31.6 150.5) |
| OKLCH | oklch(0.939 0.086 152.2) |
Copy-ready code
/* CSS */
color: #c0fccf;
background-color: #c0fccf;
/* Tailwind (arbitrary) */
class="text-[#c0fccf] bg-[#c0fccf]"
/* SCSS */
$brand: #c0fccf;
/* SwiftUI */
Color(red: 0.753, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#c0fccf")Accessibility — WCAG contrast
Aa
#c0fccf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fccf on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green98.8%
Blue81.2%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#c0fccf text on a black background
contrast 18.07:1
Card sample
#c0fccf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fccf;
Background color
Panel with #c0fccf background
background-color: #c0fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fccf; background: linear-gradient(135deg, #c0fccf, #C0FCF7);