#8afbc3
a light, electric green · cool · closest name: aquamarine
RGB
138, 251, 195
HSL
150°, 93%, 76%
CMYK
45, 0, 22, 2
Luminance
0.7834
Every format
| HEX | #8afbc3 |
| RGB | rgb(138, 251, 195) |
| HSL | hsl(150, 93%, 76%) |
| CMYK | cmyk(45%, 0%, 22%, 2%) |
| LAB | lab(90.9 -44.7 17.0) |
| LCH | lch(90.9 47.8 159.2) |
| OKLCH | oklch(0.906 0.131 160.6) |
Copy-ready code
/* CSS */
color: #8afbc3;
background-color: #8afbc3;
/* Tailwind (arbitrary) */
class="text-[#8afbc3] bg-[#8afbc3]"
/* SCSS */
$brand: #8afbc3;
/* SwiftUI */
Color(red: 0.541, green: 0.984, blue: 0.765)
/* Android */
Color.parseColor("#8afbc3")Accessibility — WCAG contrast
Aa
#8afbc3 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8afbc3 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green98.4%
Blue76.5%
CMYK percentages
Cyan45.0%
Magenta0.0%
Yellow22.3%
Key (black)1.6%
Color previews
#8afbc3 text on a black background
contrast 16.67:1
Card sample
#8afbc3 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8afbc3;
Background color
Panel with #8afbc3 background
background-color: #8afbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8afbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 251, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 251, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8afbc3; background: linear-gradient(135deg, #8afbc3, #8AE8FB);