#c4ffda
a pale, electric green · cool · closest name: aquamarine
RGB
196, 255, 218
HSL
142°, 100%, 88%
CMYK
23, 0, 15, 0
Luminance
0.8832
Every format
| HEX | #c4ffda |
| RGB | rgb(196, 255, 218) |
| HSL | hsl(142, 100%, 88%) |
| CMYK | cmyk(23%, 0%, 15%, 0%) |
| LAB | lab(95.3 -25.7 11.7) |
| LCH | lch(95.3 28.2 155.5) |
| OKLCH | oklch(0.950 0.078 157.1) |
Copy-ready code
/* CSS */
color: #c4ffda;
background-color: #c4ffda;
/* Tailwind (arbitrary) */
class="text-[#c4ffda] bg-[#c4ffda]"
/* SCSS */
$brand: #c4ffda;
/* SwiftUI */
Color(red: 0.769, green: 1.000, blue: 0.855)
/* Android */
Color.parseColor("#c4ffda")Accessibility — WCAG contrast
Aa
#c4ffda on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ffda on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green100.0%
Blue85.5%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow14.5%
Key (black)0.0%
Color previews
#c4ffda text on a black background
contrast 18.66:1
Card sample
#c4ffda text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ffda;
Background color
Panel with #c4ffda background
background-color: #c4ffda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ffda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 255, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 255, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ffda; background: linear-gradient(135deg, #c4ffda, #C4FDFF);