#8bf9b0
a light, electric green · cool · closest name: aquamarine
RGB
139, 249, 176
HSL
140°, 90%, 76%
CMYK
44, 0, 29, 2
Luminance
0.7637
Every format
| HEX | #8bf9b0 |
| RGB | rgb(139, 249, 176) |
| HSL | hsl(140, 90%, 76%) |
| CMYK | cmyk(44%, 0%, 29%, 2%) |
| LAB | lab(90.0 -47.2 25.4) |
| LCH | lch(90.0 53.6 151.7) |
| OKLCH | oklch(0.897 0.144 153.4) |
Copy-ready code
/* CSS */
color: #8bf9b0;
background-color: #8bf9b0;
/* Tailwind (arbitrary) */
class="text-[#8bf9b0] bg-[#8bf9b0]"
/* SCSS */
$brand: #8bf9b0;
/* SwiftUI */
Color(red: 0.545, green: 0.976, blue: 0.690)
/* Android */
Color.parseColor("#8bf9b0")Accessibility — WCAG contrast
Aa
#8bf9b0 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bf9b0 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green97.6%
Blue69.0%
CMYK percentages
Cyan44.2%
Magenta0.0%
Yellow29.3%
Key (black)2.4%
Color previews
#8bf9b0 text on a black background
contrast 16.27:1
Card sample
#8bf9b0 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bf9b0;
Background color
Panel with #8bf9b0 background
background-color: #8bf9b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bf9b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 249, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 249, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bf9b0; background: linear-gradient(135deg, #8bf9b0, #8BF9F9);