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