#8bffd2
a light, electric green · cool · closest name: aquamarine
RGB
139, 255, 210
HSL
157°, 100%, 77%
CMYK
46, 0, 18, 0
Luminance
0.8166
Every format
| HEX | #8bffd2 |
| RGB | rgb(139, 255, 210) |
| HSL | hsl(157, 100%, 77%) |
| CMYK | cmyk(46%, 0%, 18%, 0%) |
| LAB | lab(92.4 -43.2 11.4) |
| LCH | lch(92.4 44.6 165.3) |
| OKLCH | oklch(0.919 0.124 166.4) |
Copy-ready code
/* CSS */
color: #8bffd2;
background-color: #8bffd2;
/* Tailwind (arbitrary) */
class="text-[#8bffd2] bg-[#8bffd2]"
/* SCSS */
$brand: #8bffd2;
/* SwiftUI */
Color(red: 0.545, green: 1.000, blue: 0.824)
/* Android */
Color.parseColor("#8bffd2")Accessibility — WCAG contrast
Aa
#8bffd2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bffd2 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green100.0%
Blue82.4%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow17.6%
Key (black)0.0%
Color previews
#8bffd2 text on a black background
contrast 17.33:1
Card sample
#8bffd2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bffd2;
Background color
Panel with #8bffd2 background
background-color: #8bffd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bffd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 255, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 255, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bffd2; background: linear-gradient(135deg, #8bffd2, #8BDFFF);