#8eebc9
a light, vivid green · cool · closest name: aquamarine
RGB
142, 235, 201
HSL
158°, 70%, 74%
CMYK
40, 0, 15, 8
Luminance
0.6938
Every format
| HEX | #8eebc9 |
| RGB | rgb(142, 235, 201) |
| HSL | hsl(158, 70%, 74%) |
| CMYK | cmyk(40%, 0%, 15%, 8%) |
| LAB | lab(86.7 -35.3 7.8) |
| LCH | lch(86.7 36.1 167.5) |
| OKLCH | oklch(0.873 0.102 168.6) |
Copy-ready code
/* CSS */
color: #8eebc9;
background-color: #8eebc9;
/* Tailwind (arbitrary) */
class="text-[#8eebc9] bg-[#8eebc9]"
/* SCSS */
$brand: #8eebc9;
/* SwiftUI */
Color(red: 0.557, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#8eebc9")Accessibility — WCAG contrast
Aa
#8eebc9 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eebc9 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green92.2%
Blue78.8%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#8eebc9 text on a black background
contrast 14.88:1
Card sample
#8eebc9 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eebc9;
Background color
Panel with #8eebc9 background
background-color: #8eebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eebc9; background: linear-gradient(135deg, #8eebc9, #8ECFEB);