#c4ffd0
a pale, electric green · cool · closest name: aquamarine
RGB
196, 255, 208
HSL
132°, 100%, 88%
CMYK
23, 0, 18, 0
Luminance
0.8781
Every format
| HEX | #c4ffd0 |
| RGB | rgb(196, 255, 208) |
| HSL | hsl(132, 100%, 88%) |
| CMYK | cmyk(23%, 0%, 18%, 0%) |
| LAB | lab(95.1 -27.5 16.5) |
| LCH | lch(95.1 32.0 149.0) |
| OKLCH | oklch(0.948 0.087 150.6) |
Copy-ready code
/* CSS */
color: #c4ffd0;
background-color: #c4ffd0;
/* Tailwind (arbitrary) */
class="text-[#c4ffd0] bg-[#c4ffd0]"
/* SCSS */
$brand: #c4ffd0;
/* SwiftUI */
Color(red: 0.769, green: 1.000, blue: 0.816)
/* Android */
Color.parseColor("#c4ffd0")Accessibility — WCAG contrast
Aa
#c4ffd0 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ffd0 on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green100.0%
Blue81.6%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow18.4%
Key (black)0.0%
Color previews
#c4ffd0 text on a black background
contrast 18.56:1
Card sample
#c4ffd0 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ffd0;
Background color
Panel with #c4ffd0 background
background-color: #c4ffd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ffd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 255, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 255, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ffd0; background: linear-gradient(135deg, #c4ffd0, #C4FFF7);