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