#c7fcc2
a pale, electric green · cool · closest name: aquamarine
RGB
199, 252, 194
HSL
115°, 91%, 88%
CMYK
21, 0, 23, 1
Luminance
0.8566
Every format
| HEX | #c7fcc2 |
| RGB | rgb(199, 252, 194) |
| HSL | hsl(115, 91%, 88%) |
| CMYK | cmyk(21%, 0%, 23%, 1%) |
| LAB | lab(94.2 -27.4 22.4) |
| LCH | lch(94.2 35.4 140.7) |
| OKLCH | oklch(0.940 0.094 142.6) |
Copy-ready code
/* CSS */
color: #c7fcc2;
background-color: #c7fcc2;
/* Tailwind (arbitrary) */
class="text-[#c7fcc2] bg-[#c7fcc2]"
/* SCSS */
$brand: #c7fcc2;
/* SwiftUI */
Color(red: 0.780, green: 0.988, blue: 0.761)
/* Android */
Color.parseColor("#c7fcc2")Accessibility — WCAG contrast
Aa
#c7fcc2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fcc2 on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green98.8%
Blue76.1%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow23.0%
Key (black)1.2%
Color previews
#c7fcc2 text on a black background
contrast 18.13:1
Card sample
#c7fcc2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fcc2;
Background color
Panel with #c7fcc2 background
background-color: #c7fcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 252, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 252, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fcc2; background: linear-gradient(135deg, #c7fcc2, #C2FCE4);