#82f5af
a light, electric green · cool · closest name: aquamarine
RGB
130, 245, 175
HSL
144°, 85%, 74%
CMYK
47, 0, 29, 4
Luminance
0.7315
Every format
| HEX | #82f5af |
| RGB | rgb(130, 245, 175) |
| HSL | hsl(144, 85%, 74%) |
| CMYK | cmyk(47%, 0%, 29%, 4%) |
| LAB | lab(88.5 -48.0 23.8) |
| LCH | lch(88.5 53.5 153.6) |
| OKLCH | oklch(0.884 0.144 155.3) |
Copy-ready code
/* CSS */
color: #82f5af;
background-color: #82f5af;
/* Tailwind (arbitrary) */
class="text-[#82f5af] bg-[#82f5af]"
/* SCSS */
$brand: #82f5af;
/* SwiftUI */
Color(red: 0.510, green: 0.961, blue: 0.686)
/* Android */
Color.parseColor("#82f5af")Accessibility — WCAG contrast
Aa
#82f5af on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82f5af on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green96.1%
Blue68.6%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow28.6%
Key (black)3.9%
Color previews
#82f5af text on a black background
contrast 15.63:1
Card sample
#82f5af text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82f5af;
Background color
Panel with #82f5af background
background-color: #82f5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82f5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 245, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 245, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82f5af; background: linear-gradient(135deg, #82f5af, #82EEF5);