#82f5cb
a light, electric green · cool · closest name: aquamarine
RGB
130, 245, 203
HSL
158°, 85%, 74%
CMYK
47, 0, 17, 4
Luminance
0.7436
Every format
| HEX | #82f5cb |
| RGB | rgb(130, 245, 203) |
| HSL | hsl(158, 85%, 74%) |
| CMYK | cmyk(47%, 0%, 17%, 4%) |
| LAB | lab(89.1 -42.4 10.2) |
| LCH | lch(89.1 43.6 166.5) |
| OKLCH | oklch(0.891 0.122 167.6) |
Copy-ready code
/* CSS */
color: #82f5cb;
background-color: #82f5cb;
/* Tailwind (arbitrary) */
class="text-[#82f5cb] bg-[#82f5cb]"
/* SCSS */
$brand: #82f5cb;
/* SwiftUI */
Color(red: 0.510, green: 0.961, blue: 0.796)
/* Android */
Color.parseColor("#82f5cb")Accessibility — WCAG contrast
Aa
#82f5cb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82f5cb on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green96.1%
Blue79.6%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow17.1%
Key (black)3.9%
Color previews
#82f5cb text on a black background
contrast 15.87:1
Card sample
#82f5cb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82f5cb;
Background color
Panel with #82f5cb background
background-color: #82f5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82f5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 245, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 245, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82f5cb; background: linear-gradient(135deg, #82f5cb, #82D2F5);