#52cadf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
82, 202, 223
HSL
189°, 69%, 60%
CMYK
63, 9, 0, 13
Luminance
0.4936
Every format
| HEX | #52cadf |
| RGB | rgb(82, 202, 223) |
| HSL | hsl(189, 69%, 60%) |
| CMYK | cmyk(63%, 9%, 0%, 13%) |
| LAB | lab(75.7 -27.1 -20.4) |
| LCH | lch(75.7 33.9 217.0) |
| OKLCH | oklch(0.780 0.110 211.1) |
Copy-ready code
/* CSS */
color: #52cadf;
background-color: #52cadf;
/* Tailwind (arbitrary) */
class="text-[#52cadf] bg-[#52cadf]"
/* SCSS */
$brand: #52cadf;
/* SwiftUI */
Color(red: 0.322, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#52cadf")Accessibility — WCAG contrast
Aa
#52cadf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cadf on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green79.2%
Blue87.5%
CMYK percentages
Cyan63.2%
Magenta9.4%
Yellow0.0%
Key (black)12.5%
Color previews
#52cadf text on a black background
contrast 10.87:1
Card sample
#52cadf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cadf;
Background color
Panel with #52cadf background
background-color: #52cadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cadf; background: linear-gradient(135deg, #52cadf, #526CDF);