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