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