#8aefac
a light, electric green · cool · closest name: aquamarine
RGB
138, 239, 172
HSL
140°, 76%, 74%
CMYK
42, 0, 28, 6
Luminance
0.7011
Every format
| HEX | #8aefac |
| RGB | rgb(138, 239, 172) |
| HSL | hsl(140, 76%, 74%) |
| CMYK | cmyk(42%, 0%, 28%, 6%) |
| LAB | lab(87.0 -43.8 23.4) |
| LCH | lch(87.0 49.7 151.9) |
| OKLCH | oklch(0.873 0.134 153.7) |
Copy-ready code
/* CSS */
color: #8aefac;
background-color: #8aefac;
/* Tailwind (arbitrary) */
class="text-[#8aefac] bg-[#8aefac]"
/* SCSS */
$brand: #8aefac;
/* SwiftUI */
Color(red: 0.541, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#8aefac")Accessibility — WCAG contrast
Aa
#8aefac on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aefac on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green93.7%
Blue67.5%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#8aefac text on a black background
contrast 15.02:1
Card sample
#8aefac text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aefac;
Background color
Panel with #8aefac background
background-color: #8aefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aefac; background: linear-gradient(135deg, #8aefac, #8AEFEF);