#82fcaf
a light, electric green · cool · closest name: aquamarine
RGB
130, 252, 175
HSL
142°, 95%, 75%
CMYK
48, 0, 31, 1
Luminance
0.7746
Every format
| HEX | #82fcaf |
| RGB | rgb(130, 252, 175) |
| HSL | hsl(142, 95%, 75%) |
| CMYK | cmyk(48%, 0%, 31%, 1%) |
| LAB | lab(90.5 -50.9 26.6) |
| LCH | lch(90.5 57.4 152.4) |
| OKLCH | oklch(0.901 0.154 154.2) |
Copy-ready code
/* CSS */
color: #82fcaf;
background-color: #82fcaf;
/* Tailwind (arbitrary) */
class="text-[#82fcaf] bg-[#82fcaf]"
/* SCSS */
$brand: #82fcaf;
/* SwiftUI */
Color(red: 0.510, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#82fcaf")Accessibility — WCAG contrast
Aa
#82fcaf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82fcaf on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green98.8%
Blue68.6%
CMYK percentages
Cyan48.4%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#82fcaf text on a black background
contrast 16.49:1
Card sample
#82fcaf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82fcaf;
Background color
Panel with #82fcaf background
background-color: #82fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82fcaf; background: linear-gradient(135deg, #82fcaf, #82F8FC);