#52afba
a balanced, soft cyan · cool · closest name: skyblue
RGB
82, 175, 186
HSL
186°, 43%, 53%
CMYK
56, 6, 0, 27
Luminance
0.3600
Every format
| HEX | #52afba |
| RGB | rgb(82, 175, 186) |
| HSL | hsl(186, 43%, 53%) |
| CMYK | cmyk(56%, 6%, 0%, 27%) |
| LAB | lab(66.5 -24.3 -14.0) |
| LCH | lch(66.5 28.0 209.9) |
| OKLCH | oklch(0.702 0.089 205.7) |
Copy-ready code
/* CSS */
color: #52afba;
background-color: #52afba;
/* Tailwind (arbitrary) */
class="text-[#52afba] bg-[#52afba]"
/* SCSS */
$brand: #52afba;
/* SwiftUI */
Color(red: 0.322, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#52afba")Accessibility — WCAG contrast
Aa
#52afba on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52afba on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green68.6%
Blue72.9%
CMYK percentages
Cyan55.9%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#52afba text on a black background
contrast 8.20:1
Card sample
#52afba text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52afba;
Background color
Panel with #52afba background
background-color: #52afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52afba; background: linear-gradient(135deg, #52afba, #526ABA);