#82fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
130, 251, 223
HSL
166°, 94%, 75%
CMYK
48, 0, 11, 2
Luminance
0.7907
Every format
| HEX | #82fbdf |
| RGB | rgb(130, 251, 223) |
| HSL | hsl(166, 94%, 75%) |
| CMYK | cmyk(48%, 0%, 11%, 2%) |
| LAB | lab(91.3 -40.6 2.9) |
| LCH | lch(91.3 40.8 175.9) |
| OKLCH | oklch(0.910 0.117 176.5) |
Copy-ready code
/* CSS */
color: #82fbdf;
background-color: #82fbdf;
/* Tailwind (arbitrary) */
class="text-[#82fbdf] bg-[#82fbdf]"
/* SCSS */
$brand: #82fbdf;
/* SwiftUI */
Color(red: 0.510, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#82fbdf")Accessibility — WCAG contrast
Aa
#82fbdf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82fbdf on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green98.4%
Blue87.5%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#82fbdf text on a black background
contrast 16.81:1
Card sample
#82fbdf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82fbdf;
Background color
Panel with #82fbdf background
background-color: #82fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82fbdf; background: linear-gradient(135deg, #82fbdf, #82C6FB);