#82fceb
a light, electric cyan · cool · closest name: turquoise
RGB
130, 252, 235
HSL
172°, 95%, 75%
CMYK
48, 0, 7, 1
Luminance
0.8036
Every format
| HEX | #82fceb |
| RGB | rgb(130, 252, 235) |
| HSL | hsl(172, 95%, 75%) |
| CMYK | cmyk(48%, 0%, 7%, 1%) |
| LAB | lab(91.8 -38.3 -2.4) |
| LCH | lch(91.8 38.4 183.6) |
| OKLCH | oklch(0.916 0.113 183.6) |
Copy-ready code
/* CSS */
color: #82fceb;
background-color: #82fceb;
/* Tailwind (arbitrary) */
class="text-[#82fceb] bg-[#82fceb]"
/* SCSS */
$brand: #82fceb;
/* SwiftUI */
Color(red: 0.510, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#82fceb")Accessibility — WCAG contrast
Aa
#82fceb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82fceb on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green98.8%
Blue92.2%
CMYK percentages
Cyan48.4%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#82fceb text on a black background
contrast 17.07:1
Card sample
#82fceb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82fceb;
Background color
Panel with #82fceb background
background-color: #82fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82fceb; background: linear-gradient(135deg, #82fceb, #82BCFC);