#52bfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
82, 191, 223
HSL
194°, 69%, 60%
CMYK
63, 14, 0, 13
Luminance
0.4438
Every format
| HEX | #52bfdf |
| RGB | rgb(82, 191, 223) |
| HSL | hsl(194, 69%, 60%) |
| CMYK | cmyk(63%, 14%, 0%, 13%) |
| LAB | lab(72.5 -21.6 -25.2) |
| LCH | lch(72.5 33.2 229.5) |
| OKLCH | oklch(0.754 0.108 220.4) |
Copy-ready code
/* CSS */
color: #52bfdf;
background-color: #52bfdf;
/* Tailwind (arbitrary) */
class="text-[#52bfdf] bg-[#52bfdf]"
/* SCSS */
$brand: #52bfdf;
/* SwiftUI */
Color(red: 0.322, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#52bfdf")Accessibility — WCAG contrast
Aa
#52bfdf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52bfdf on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green74.9%
Blue87.5%
CMYK percentages
Cyan63.2%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#52bfdf text on a black background
contrast 9.88:1
Card sample
#52bfdf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52bfdf;
Background color
Panel with #52bfdf background
background-color: #52bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52bfdf; background: linear-gradient(135deg, #52bfdf, #5261DF);