#82fdba
a light, electric green · cool · closest name: aquamarine
RGB
130, 253, 186
HSL
147°, 97%, 75%
CMYK
49, 0, 27, 1
Luminance
0.7854
Every format
| HEX | #82fdba |
| RGB | rgb(130, 253, 186) |
| HSL | hsl(147, 97%, 75%) |
| CMYK | cmyk(49%, 0%, 27%, 1%) |
| LAB | lab(91.0 -49.3 21.7) |
| LCH | lch(91.0 53.8 156.3) |
| OKLCH | oklch(0.905 0.146 157.8) |
Copy-ready code
/* CSS */
color: #82fdba;
background-color: #82fdba;
/* Tailwind (arbitrary) */
class="text-[#82fdba] bg-[#82fdba]"
/* SCSS */
$brand: #82fdba;
/* SwiftUI */
Color(red: 0.510, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#82fdba")Accessibility — WCAG contrast
Aa
#82fdba on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82fdba on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green99.2%
Blue72.9%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#82fdba text on a black background
contrast 16.71:1
Card sample
#82fdba text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82fdba;
Background color
Panel with #82fdba background
background-color: #82fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82fdba; background: linear-gradient(135deg, #82fdba, #82EEFD);