#82decf
a light, vivid cyan · cool · closest name: turquoise
RGB
130, 222, 207
HSL
170°, 58%, 69%
CMYK
41, 0, 7, 13
Luminance
0.6149
Every format
| HEX | #82decf |
| RGB | rgb(130, 222, 207) |
| HSL | hsl(170, 58%, 69%) |
| CMYK | cmyk(41%, 0%, 7%, 13%) |
| LAB | lab(82.6 -31.0 -1.3) |
| LCH | lch(82.6 31.0 182.3) |
| OKLCH | oklch(0.839 0.091 182.4) |
Copy-ready code
/* CSS */
color: #82decf;
background-color: #82decf;
/* Tailwind (arbitrary) */
class="text-[#82decf] bg-[#82decf]"
/* SCSS */
$brand: #82decf;
/* SwiftUI */
Color(red: 0.510, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#82decf")Accessibility — WCAG contrast
Aa
#82decf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82decf on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green87.1%
Blue81.2%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#82decf text on a black background
contrast 13.30:1
Card sample
#82decf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82decf;
Background color
Panel with #82decf background
background-color: #82decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82decf; background: linear-gradient(135deg, #82decf, #82B0DE);