#82afba
a balanced, soft cyan · cool · closest name: skyblue
RGB
130, 175, 186
HSL
192°, 29%, 62%
CMYK
30, 6, 0, 27
Luminance
0.3895
Every format
| HEX | #82afba |
| RGB | rgb(130, 175, 186) |
| HSL | hsl(192, 29%, 62%) |
| CMYK | cmyk(30%, 6%, 0%, 27%) |
| LAB | lab(68.7 -12.3 -10.5) |
| LCH | lch(68.7 16.2 220.3) |
| OKLCH | oklch(0.726 0.051 214.5) |
Copy-ready code
/* CSS */
color: #82afba;
background-color: #82afba;
/* Tailwind (arbitrary) */
class="text-[#82afba] bg-[#82afba]"
/* SCSS */
$brand: #82afba;
/* SwiftUI */
Color(red: 0.510, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#82afba")Accessibility — WCAG contrast
Aa
#82afba on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82afba on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green68.6%
Blue72.9%
CMYK percentages
Cyan30.1%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#82afba text on a black background
contrast 8.79:1
Card sample
#82afba text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82afba;
Background color
Panel with #82afba background
background-color: #82afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82afba; background: linear-gradient(135deg, #82afba, #828ABA);