#8bfdbb
a light, electric green · cool · closest name: aquamarine
RGB
139, 253, 187
HSL
145°, 97%, 77%
CMYK
45, 0, 26, 1
Luminance
0.7933
Every format
| HEX | #8bfdbb |
| RGB | rgb(139, 253, 187) |
| HSL | hsl(145, 97%, 77%) |
| CMYK | cmyk(45%, 0%, 26%, 1%) |
| LAB | lab(91.4 -46.9 21.7) |
| LCH | lch(91.4 51.6 155.2) |
| OKLCH | oklch(0.909 0.140 156.7) |
Copy-ready code
/* CSS */
color: #8bfdbb;
background-color: #8bfdbb;
/* Tailwind (arbitrary) */
class="text-[#8bfdbb] bg-[#8bfdbb]"
/* SCSS */
$brand: #8bfdbb;
/* SwiftUI */
Color(red: 0.545, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#8bfdbb")Accessibility — WCAG contrast
Aa
#8bfdbb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bfdbb on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green99.2%
Blue73.3%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#8bfdbb text on a black background
contrast 16.87:1
Card sample
#8bfdbb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bfdbb;
Background color
Panel with #8bfdbb background
background-color: #8bfdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bfdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bfdbb; background: linear-gradient(135deg, #8bfdbb, #8BF3FD);