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