#82ffaf
a light, electric green · cool · closest name: aquamarine
RGB
130, 255, 175
HSL
142°, 100%, 76%
CMYK
49, 0, 31, 0
Luminance
0.7936
Every format
| HEX | #82ffaf |
| RGB | rgb(130, 255, 175) |
| HSL | hsl(142, 100%, 76%) |
| CMYK | cmyk(49%, 0%, 31%, 0%) |
| LAB | lab(91.4 -52.1 27.8) |
| LCH | lch(91.4 59.1 152.0) |
| OKLCH | oklch(0.908 0.159 153.8) |
Copy-ready code
/* CSS */
color: #82ffaf;
background-color: #82ffaf;
/* Tailwind (arbitrary) */
class="text-[#82ffaf] bg-[#82ffaf]"
/* SCSS */
$brand: #82ffaf;
/* SwiftUI */
Color(red: 0.510, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#82ffaf")Accessibility — WCAG contrast
Aa
#82ffaf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82ffaf on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green100.0%
Blue68.6%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#82ffaf text on a black background
contrast 16.87:1
Card sample
#82ffaf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82ffaf;
Background color
Panel with #82ffaf background
background-color: #82ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82ffaf; background: linear-gradient(135deg, #82ffaf, #82FCFF);