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