#52afcc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
82, 175, 204
HSL
194°, 55%, 56%
CMYK
60, 14, 0, 20
Luminance
0.3681
Every format
| HEX | #52afcc |
| RGB | rgb(82, 175, 204) |
| HSL | hsl(194, 55%, 56%) |
| CMYK | cmyk(60%, 14%, 0%, 20%) |
| LAB | lab(67.1 -19.0 -23.0) |
| LCH | lch(67.1 29.9 230.4) |
| OKLCH | oklch(0.709 0.097 221.2) |
Copy-ready code
/* CSS */
color: #52afcc;
background-color: #52afcc;
/* Tailwind (arbitrary) */
class="text-[#52afcc] bg-[#52afcc]"
/* SCSS */
$brand: #52afcc;
/* SwiftUI */
Color(red: 0.322, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#52afcc")Accessibility — WCAG contrast
Aa
#52afcc on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52afcc on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green68.6%
Blue80.0%
CMYK percentages
Cyan59.8%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#52afcc text on a black background
contrast 8.36:1
Card sample
#52afcc text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52afcc;
Background color
Panel with #52afcc background
background-color: #52afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52afcc; background: linear-gradient(135deg, #52afcc, #525ECC);