#82f8af
a light, electric green · cool · closest name: aquamarine
RGB
130, 248, 175
HSL
143°, 89%, 74%
CMYK
48, 0, 29, 3
Luminance
0.7498
Every format
| HEX | #82f8af |
| RGB | rgb(130, 248, 175) |
| HSL | hsl(143, 89%, 74%) |
| CMYK | cmyk(48%, 0%, 29%, 3%) |
| LAB | lab(89.4 -49.2 25.0) |
| LCH | lch(89.4 55.2 153.1) |
| OKLCH | oklch(0.891 0.149 154.8) |
Copy-ready code
/* CSS */
color: #82f8af;
background-color: #82f8af;
/* Tailwind (arbitrary) */
class="text-[#82f8af] bg-[#82f8af]"
/* SCSS */
$brand: #82f8af;
/* SwiftUI */
Color(red: 0.510, green: 0.973, blue: 0.686)
/* Android */
Color.parseColor("#82f8af")Accessibility — WCAG contrast
Aa
#82f8af on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82f8af on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green97.3%
Blue68.6%
CMYK percentages
Cyan47.6%
Magenta0.0%
Yellow29.4%
Key (black)2.7%
Color previews
#82f8af text on a black background
contrast 16.00:1
Card sample
#82f8af text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82f8af;
Background color
Panel with #82f8af background
background-color: #82f8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82f8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 248, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 248, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82f8af; background: linear-gradient(135deg, #82f8af, #82F2F8);