#8afac4
a light, electric green · cool · closest name: aquamarine
RGB
138, 250, 196
HSL
151°, 92%, 76%
CMYK
45, 0, 22, 2
Luminance
0.7776
Every format
| HEX | #8afac4 |
| RGB | rgb(138, 250, 196) |
| HSL | hsl(151, 92%, 76%) |
| CMYK | cmyk(45%, 0%, 22%, 2%) |
| LAB | lab(90.7 -44.1 16.1) |
| LCH | lch(90.7 46.9 160.0) |
| OKLCH | oklch(0.904 0.129 161.3) |
Copy-ready code
/* CSS */
color: #8afac4;
background-color: #8afac4;
/* Tailwind (arbitrary) */
class="text-[#8afac4] bg-[#8afac4]"
/* SCSS */
$brand: #8afac4;
/* SwiftUI */
Color(red: 0.541, green: 0.980, blue: 0.769)
/* Android */
Color.parseColor("#8afac4")Accessibility — WCAG contrast
Aa
#8afac4 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8afac4 on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green98.0%
Blue76.9%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow21.6%
Key (black)2.0%
Color previews
#8afac4 text on a black background
contrast 16.55:1
Card sample
#8afac4 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8afac4;
Background color
Panel with #8afac4 background
background-color: #8afac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8afac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 250, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 250, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8afac4; background: linear-gradient(135deg, #8afac4, #8AE5FA);