#c2ffde
a pale, electric green · cool · closest name: aquamarine
RGB
194, 255, 222
HSL
148°, 100%, 88%
CMYK
24, 0, 13, 0
Luminance
0.8826
Every format
| HEX | #c2ffde |
| RGB | rgb(194, 255, 222) |
| HSL | hsl(148, 100%, 88%) |
| CMYK | cmyk(24%, 0%, 13%, 0%) |
| LAB | lab(95.3 -25.5 9.6) |
| LCH | lch(95.3 27.3 159.4) |
| OKLCH | oklch(0.950 0.076 160.9) |
Copy-ready code
/* CSS */
color: #c2ffde;
background-color: #c2ffde;
/* Tailwind (arbitrary) */
class="text-[#c2ffde] bg-[#c2ffde]"
/* SCSS */
$brand: #c2ffde;
/* SwiftUI */
Color(red: 0.761, green: 1.000, blue: 0.871)
/* Android */
Color.parseColor("#c2ffde")Accessibility — WCAG contrast
Aa
#c2ffde on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ffde on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green100.0%
Blue87.1%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow12.9%
Key (black)0.0%
Color previews
#c2ffde text on a black background
contrast 18.65:1
Card sample
#c2ffde text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ffde;
Background color
Panel with #c2ffde background
background-color: #c2ffde;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ffde;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 255, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 255, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ffde; background: linear-gradient(135deg, #c2ffde, #C2F7FF);