#c2fec2
a pale, electric green · cool · closest name: aquamarine
RGB
194, 254, 194
HSL
120°, 97%, 88%
CMYK
24, 0, 24, 0
Luminance
0.8625
Every format
| HEX | #c2fec2 |
| RGB | rgb(194, 254, 194) |
| HSL | hsl(120, 97%, 88%) |
| CMYK | cmyk(24%, 0%, 24%, 0%) |
| LAB | lab(94.4 -30.0 22.7) |
| LCH | lch(94.4 37.6 142.9) |
| OKLCH | oklch(0.941 0.100 144.7) |
Copy-ready code
/* CSS */
color: #c2fec2;
background-color: #c2fec2;
/* Tailwind (arbitrary) */
class="text-[#c2fec2] bg-[#c2fec2]"
/* SCSS */
$brand: #c2fec2;
/* SwiftUI */
Color(red: 0.761, green: 0.996, blue: 0.761)
/* Android */
Color.parseColor("#c2fec2")Accessibility — WCAG contrast
Aa
#c2fec2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fec2 on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green99.6%
Blue76.1%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow23.6%
Key (black)0.4%
Color previews
#c2fec2 text on a black background
contrast 18.25:1
Card sample
#c2fec2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fec2;
Background color
Panel with #c2fec2 background
background-color: #c2fec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 254, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 254, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fec2; background: linear-gradient(135deg, #c2fec2, #C2FEEA);