#82eeb8
a light, electric green · cool · closest name: aquamarine
RGB
130, 238, 184
HSL
150°, 76%, 72%
CMYK
45, 0, 23, 7
Luminance
0.6936
Every format
| HEX | #82eeb8 |
| RGB | rgb(130, 238, 184) |
| HSL | hsl(150, 76%, 72%) |
| CMYK | cmyk(45%, 0%, 23%, 7%) |
| LAB | lab(86.7 -43.2 16.6) |
| LCH | lch(86.7 46.3 159.0) |
| OKLCH | oklch(0.870 0.127 160.4) |
Copy-ready code
/* CSS */
color: #82eeb8;
background-color: #82eeb8;
/* Tailwind (arbitrary) */
class="text-[#82eeb8] bg-[#82eeb8]"
/* SCSS */
$brand: #82eeb8;
/* SwiftUI */
Color(red: 0.510, green: 0.933, blue: 0.722)
/* Android */
Color.parseColor("#82eeb8")Accessibility — WCAG contrast
Aa
#82eeb8 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82eeb8 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green93.3%
Blue72.2%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow22.7%
Key (black)6.7%
Color previews
#82eeb8 text on a black background
contrast 14.87:1
Card sample
#82eeb8 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82eeb8;
Background color
Panel with #82eeb8 background
background-color: #82eeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82eeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 238, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 238, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82eeb8; background: linear-gradient(135deg, #82eeb8, #82DCEE);