#c2eace
a light, vivid green · cool · closest name: beige
RGB
194, 234, 206
HSL
138°, 49%, 84%
CMYK
17, 0, 12, 8
Luminance
0.7477
Every format
| HEX | #c2eace |
| RGB | rgb(194, 234, 206) |
| HSL | hsl(138, 49%, 84%) |
| CMYK | cmyk(17%, 0%, 12%, 8%) |
| LAB | lab(89.3 -18.3 9.3) |
| LCH | lch(89.3 20.6 153.0) |
| OKLCH | oklch(0.901 0.056 154.6) |
Copy-ready code
/* CSS */
color: #c2eace;
background-color: #c2eace;
/* Tailwind (arbitrary) */
class="text-[#c2eace] bg-[#c2eace]"
/* SCSS */
$brand: #c2eace;
/* SwiftUI */
Color(red: 0.761, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#c2eace")Accessibility — WCAG contrast
Aa
#c2eace on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eace on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green91.8%
Blue80.8%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow12.0%
Key (black)8.2%
Color previews
#c2eace text on a black background
contrast 15.95:1
Card sample
#c2eace text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eace;
Background color
Panel with #c2eace background
background-color: #c2eace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eace; background: linear-gradient(135deg, #c2eace, #C2EAE9);