#8ce3c2
a light, vivid green · cool · closest name: aquamarine
RGB
140, 227, 194
HSL
157°, 61%, 72%
CMYK
38, 0, 15, 11
Luminance
0.6441
Every format
| HEX | #8ce3c2 |
| RGB | rgb(140, 227, 194) |
| HSL | hsl(157, 61%, 72%) |
| CMYK | cmyk(38%, 0%, 15%, 11%) |
| LAB | lab(84.2 -33.6 7.9) |
| LCH | lch(84.2 34.5 166.7) |
| OKLCH | oklch(0.851 0.097 167.9) |
Copy-ready code
/* CSS */
color: #8ce3c2;
background-color: #8ce3c2;
/* Tailwind (arbitrary) */
class="text-[#8ce3c2] bg-[#8ce3c2]"
/* SCSS */
$brand: #8ce3c2;
/* SwiftUI */
Color(red: 0.549, green: 0.890, blue: 0.761)
/* Android */
Color.parseColor("#8ce3c2")Accessibility — WCAG contrast
Aa
#8ce3c2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce3c2 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green89.0%
Blue76.1%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow14.5%
Key (black)11.0%
Color previews
#8ce3c2 text on a black background
contrast 13.88:1
Card sample
#8ce3c2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce3c2;
Background color
Panel with #8ce3c2 background
background-color: #8ce3c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce3c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 227, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 227, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce3c2; background: linear-gradient(135deg, #8ce3c2, #8CCAE3);