#52afbc
a balanced, soft cyan · cool · closest name: skyblue
RGB
82, 175, 188
HSL
187°, 44%, 53%
CMYK
56, 7, 0, 26
Luminance
0.3608
Every format
| HEX | #52afbc |
| RGB | rgb(82, 175, 188) |
| HSL | hsl(187, 44%, 53%) |
| CMYK | cmyk(56%, 7%, 0%, 26%) |
| LAB | lab(66.6 -23.7 -15.0) |
| LCH | lch(66.6 28.1 212.3) |
| OKLCH | oklch(0.703 0.090 207.6) |
Copy-ready code
/* CSS */
color: #52afbc;
background-color: #52afbc;
/* Tailwind (arbitrary) */
class="text-[#52afbc] bg-[#52afbc]"
/* SCSS */
$brand: #52afbc;
/* SwiftUI */
Color(red: 0.322, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#52afbc")Accessibility — WCAG contrast
Aa
#52afbc on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52afbc on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green68.6%
Blue73.7%
CMYK percentages
Cyan56.4%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#52afbc text on a black background
contrast 8.22:1
Card sample
#52afbc text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52afbc;
Background color
Panel with #52afbc background
background-color: #52afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52afbc; background: linear-gradient(135deg, #52afbc, #5268BC);