#82fdbf
a light, electric green · cool · closest name: aquamarine
RGB
130, 253, 191
HSL
150°, 97%, 75%
CMYK
49, 0, 25, 1
Luminance
0.7876
Every format
| HEX | #82fdbf |
| RGB | rgb(130, 253, 191) |
| HSL | hsl(150, 97%, 75%) |
| CMYK | cmyk(49%, 0%, 25%, 1%) |
| LAB | lab(91.1 -48.3 19.2) |
| LCH | lch(91.1 52.0 158.3) |
| OKLCH | oklch(0.906 0.142 159.7) |
Copy-ready code
/* CSS */
color: #82fdbf;
background-color: #82fdbf;
/* Tailwind (arbitrary) */
class="text-[#82fdbf] bg-[#82fdbf]"
/* SCSS */
$brand: #82fdbf;
/* SwiftUI */
Color(red: 0.510, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#82fdbf")Accessibility — WCAG contrast
Aa
#82fdbf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82fdbf on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green99.2%
Blue74.9%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#82fdbf text on a black background
contrast 16.75:1
Card sample
#82fdbf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82fdbf;
Background color
Panel with #82fdbf background
background-color: #82fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82fdbf; background: linear-gradient(135deg, #82fdbf, #82E9FD);