#8aebc9
a light, vivid green · cool · closest name: aquamarine
RGB
138, 235, 201
HSL
159°, 71%, 73%
CMYK
41, 0, 15, 8
Luminance
0.6904
Every format
| HEX | #8aebc9 |
| RGB | rgb(138, 235, 201) |
| HSL | hsl(159, 71%, 73%) |
| CMYK | cmyk(41%, 0%, 15%, 8%) |
| LAB | lab(86.5 -36.3 7.6) |
| LCH | lch(86.5 37.1 168.2) |
| OKLCH | oklch(0.871 0.105 169.3) |
Copy-ready code
/* CSS */
color: #8aebc9;
background-color: #8aebc9;
/* Tailwind (arbitrary) */
class="text-[#8aebc9] bg-[#8aebc9]"
/* SCSS */
$brand: #8aebc9;
/* SwiftUI */
Color(red: 0.541, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#8aebc9")Accessibility — WCAG contrast
Aa
#8aebc9 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aebc9 on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green92.2%
Blue78.8%
CMYK percentages
Cyan41.3%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#8aebc9 text on a black background
contrast 14.81:1
Card sample
#8aebc9 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aebc9;
Background color
Panel with #8aebc9 background
background-color: #8aebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aebc9; background: linear-gradient(135deg, #8aebc9, #8ACCEB);