#82feaf
a light, electric green · cool · closest name: aquamarine
RGB
130, 254, 175
HSL
142°, 98%, 75%
CMYK
49, 0, 31, 0
Luminance
0.7872
Every format
| HEX | #82feaf |
| RGB | rgb(130, 254, 175) |
| HSL | hsl(142, 98%, 75%) |
| CMYK | cmyk(49%, 0%, 31%, 0%) |
| LAB | lab(91.1 -51.7 27.4) |
| LCH | lch(91.1 58.5 152.1) |
| OKLCH | oklch(0.905 0.157 153.9) |
Copy-ready code
/* CSS */
color: #82feaf;
background-color: #82feaf;
/* Tailwind (arbitrary) */
class="text-[#82feaf] bg-[#82feaf]"
/* SCSS */
$brand: #82feaf;
/* SwiftUI */
Color(red: 0.510, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#82feaf")Accessibility — WCAG contrast
Aa
#82feaf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82feaf on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green99.6%
Blue68.6%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#82feaf text on a black background
contrast 16.74:1
Card sample
#82feaf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82feaf;
Background color
Panel with #82feaf background
background-color: #82feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82feaf; background: linear-gradient(135deg, #82feaf, #82FAFE);