#82fef2
a light, electric cyan · cool · closest name: turquoise
RGB
130, 254, 242
HSL
174°, 98%, 75%
CMYK
49, 0, 5, 0
Luminance
0.8204
Every format
| HEX | #82fef2 |
| RGB | rgb(130, 254, 242) |
| HSL | hsl(174, 98%, 75%) |
| CMYK | cmyk(49%, 0%, 5%, 0%) |
| LAB | lab(92.6 -37.6 -5.0) |
| LCH | lch(92.6 37.9 187.5) |
| OKLCH | oklch(0.922 0.113 187.1) |
Copy-ready code
/* CSS */
color: #82fef2;
background-color: #82fef2;
/* Tailwind (arbitrary) */
class="text-[#82fef2] bg-[#82fef2]"
/* SCSS */
$brand: #82fef2;
/* SwiftUI */
Color(red: 0.510, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#82fef2")Accessibility — WCAG contrast
Aa
#82fef2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82fef2 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green99.6%
Blue94.9%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#82fef2 text on a black background
contrast 17.41:1
Card sample
#82fef2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82fef2;
Background color
Panel with #82fef2 background
background-color: #82fef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82fef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82fef2; background: linear-gradient(135deg, #82fef2, #82B7FE);