#8ce2c2
a light, vivid green · cool · closest name: aquamarine
RGB
140, 226, 194
HSL
158°, 60%, 72%
CMYK
38, 0, 14, 11
Luminance
0.6386
Every format
| HEX | #8ce2c2 |
| RGB | rgb(140, 226, 194) |
| HSL | hsl(158, 60%, 72%) |
| CMYK | cmyk(38%, 0%, 14%, 11%) |
| LAB | lab(83.9 -33.1 7.5) |
| LCH | lch(83.9 34.0 167.2) |
| OKLCH | oklch(0.849 0.096 168.4) |
Copy-ready code
/* CSS */
color: #8ce2c2;
background-color: #8ce2c2;
/* Tailwind (arbitrary) */
class="text-[#8ce2c2] bg-[#8ce2c2]"
/* SCSS */
$brand: #8ce2c2;
/* SwiftUI */
Color(red: 0.549, green: 0.886, blue: 0.761)
/* Android */
Color.parseColor("#8ce2c2")Accessibility — WCAG contrast
Aa
#8ce2c2 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce2c2 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green88.6%
Blue76.1%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow14.2%
Key (black)11.4%
Color previews
#8ce2c2 text on a black background
contrast 13.77:1
Card sample
#8ce2c2 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce2c2;
Background color
Panel with #8ce2c2 background
background-color: #8ce2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 226, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 226, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce2c2; background: linear-gradient(135deg, #8ce2c2, #8CC9E2);