#c2ecdc
a light, vivid green · cool · closest name: beige
RGB
194, 236, 220
HSL
157°, 53%, 84%
CMYK
18, 0, 7, 8
Luminance
0.7663
Every format
| HEX | #c2ecdc |
| RGB | rgb(194, 236, 220) |
| HSL | hsl(157, 53%, 84%) |
| CMYK | cmyk(18%, 0%, 7%, 8%) |
| LAB | lab(90.2 -16.7 3.3) |
| LCH | lch(90.2 17.0 168.9) |
| OKLCH | oklch(0.909 0.049 170.1) |
Copy-ready code
/* CSS */
color: #c2ecdc;
background-color: #c2ecdc;
/* Tailwind (arbitrary) */
class="text-[#c2ecdc] bg-[#c2ecdc]"
/* SCSS */
$brand: #c2ecdc;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 0.863)
/* Android */
Color.parseColor("#c2ecdc")Accessibility — WCAG contrast
Aa
#c2ecdc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ecdc on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue86.3%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow6.8%
Key (black)7.5%
Color previews
#c2ecdc text on a black background
contrast 16.33:1
Card sample
#c2ecdc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ecdc;
Background color
Panel with #c2ecdc background
background-color: #c2ecdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ecdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ecdc; background: linear-gradient(135deg, #c2ecdc, #C2E0EC);