#52a8be
a balanced, vivid cyan · cool · closest name: skyblue
RGB
82, 168, 190
HSL
192°, 45%, 53%
CMYK
57, 12, 0, 26
Luminance
0.3352
Every format
| HEX | #52a8be |
| RGB | rgb(82, 168, 190) |
| HSL | hsl(192, 45%, 53%) |
| CMYK | cmyk(57%, 12%, 0%, 26%) |
| LAB | lab(64.6 -19.6 -19.2) |
| LCH | lch(64.6 27.4 224.4) |
| OKLCH | oklch(0.687 0.088 216.9) |
Copy-ready code
/* CSS */
color: #52a8be;
background-color: #52a8be;
/* Tailwind (arbitrary) */
class="text-[#52a8be] bg-[#52a8be]"
/* SCSS */
$brand: #52a8be;
/* SwiftUI */
Color(red: 0.322, green: 0.659, blue: 0.745)
/* Android */
Color.parseColor("#52a8be")Accessibility — WCAG contrast
Aa
#52a8be on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52a8be on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green65.9%
Blue74.5%
CMYK percentages
Cyan56.8%
Magenta11.6%
Yellow0.0%
Key (black)25.5%
Color previews
#52a8be text on a black background
contrast 7.70:1
Card sample
#52a8be text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52a8be;
Background color
Panel with #52a8be background
background-color: #52a8be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52a8be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 168, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 168, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52a8be; background: linear-gradient(135deg, #52a8be, #5260BE);