#82fdad
a light, electric green · cool · closest name: aquamarine
RGB
130, 253, 173
HSL
141°, 97%, 75%
CMYK
49, 0, 32, 1
Luminance
0.7801
Every format
| HEX | #82fdad |
| RGB | rgb(130, 253, 173) |
| HSL | hsl(141, 97%, 75%) |
| CMYK | cmyk(49%, 0%, 32%, 1%) |
| LAB | lab(90.8 -51.7 27.9) |
| LCH | lch(90.8 58.7 151.6) |
| OKLCH | oklch(0.902 0.158 153.4) |
Copy-ready code
/* CSS */
color: #82fdad;
background-color: #82fdad;
/* Tailwind (arbitrary) */
class="text-[#82fdad] bg-[#82fdad]"
/* SCSS */
$brand: #82fdad;
/* SwiftUI */
Color(red: 0.510, green: 0.992, blue: 0.678)
/* Android */
Color.parseColor("#82fdad")Accessibility — WCAG contrast
Aa
#82fdad on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82fdad on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green99.2%
Blue67.8%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow31.6%
Key (black)0.8%
Color previews
#82fdad text on a black background
contrast 16.60:1
Card sample
#82fdad text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82fdad;
Background color
Panel with #82fdad background
background-color: #82fdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82fdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 253, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 253, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82fdad; background: linear-gradient(135deg, #82fdad, #82FBFD);