#c7fec2
a pale, electric green · cool · closest name: aquamarine
RGB
199, 254, 194
HSL
115°, 97%, 88%
CMYK
22, 0, 24, 0
Luminance
0.8692
Every format
| HEX | #c7fec2 |
| RGB | rgb(199, 254, 194) |
| HSL | hsl(115, 97%, 88%) |
| CMYK | cmyk(22%, 0%, 24%, 0%) |
| LAB | lab(94.7 -28.4 23.2) |
| LCH | lch(94.7 36.6 140.8) |
| OKLCH | oklch(0.944 0.097 142.6) |
Copy-ready code
/* CSS */
color: #c7fec2;
background-color: #c7fec2;
/* Tailwind (arbitrary) */
class="text-[#c7fec2] bg-[#c7fec2]"
/* SCSS */
$brand: #c7fec2;
/* SwiftUI */
Color(red: 0.780, green: 0.996, blue: 0.761)
/* Android */
Color.parseColor("#c7fec2")Accessibility — WCAG contrast
Aa
#c7fec2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fec2 on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green99.6%
Blue76.1%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow23.6%
Key (black)0.4%
Color previews
#c7fec2 text on a black background
contrast 18.38:1
Card sample
#c7fec2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fec2;
Background color
Panel with #c7fec2 background
background-color: #c7fec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 254, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 254, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fec2; background: linear-gradient(135deg, #c7fec2, #C2FEE5);