#c2eedf
a light, vivid green · cool · closest name: beige
RGB
194, 238, 223
HSL
160°, 56%, 85%
CMYK
19, 0, 6, 7
Luminance
0.7795
Every format
| HEX | #c2eedf |
| RGB | rgb(194, 238, 223) |
| HSL | hsl(160, 56%, 85%) |
| CMYK | cmyk(19%, 0%, 6%, 7%) |
| LAB | lab(90.8 -17.1 2.6) |
| LCH | lch(90.8 17.3 171.4) |
| OKLCH | oklch(0.914 0.050 172.4) |
Copy-ready code
/* CSS */
color: #c2eedf;
background-color: #c2eedf;
/* Tailwind (arbitrary) */
class="text-[#c2eedf] bg-[#c2eedf]"
/* SCSS */
$brand: #c2eedf;
/* SwiftUI */
Color(red: 0.761, green: 0.933, blue: 0.875)
/* Android */
Color.parseColor("#c2eedf")Accessibility — WCAG contrast
Aa
#c2eedf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eedf on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green93.3%
Blue87.5%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow6.3%
Key (black)6.7%
Color previews
#c2eedf text on a black background
contrast 16.59:1
Card sample
#c2eedf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eedf;
Background color
Panel with #c2eedf background
background-color: #c2eedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 238, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 238, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eedf; background: linear-gradient(135deg, #c2eedf, #C2E0EE);