#52cffc
a light, electric cyan · cool · closest name: skyblue
RGB
82, 207, 252
HSL
196°, 97%, 66%
CMYK
68, 18, 0, 1
Luminance
0.5345
Every format
| HEX | #52cffc |
| RGB | rgb(82, 207, 252) |
| HSL | hsl(196, 97%, 66%) |
| CMYK | cmyk(68%, 18%, 0%, 1%) |
| LAB | lab(78.1 -20.9 -32.2) |
| LCH | lch(78.1 38.3 237.0) |
| OKLCH | oklch(0.803 0.126 225.7) |
Copy-ready code
/* CSS */
color: #52cffc;
background-color: #52cffc;
/* Tailwind (arbitrary) */
class="text-[#52cffc] bg-[#52cffc]"
/* SCSS */
$brand: #52cffc;
/* SwiftUI */
Color(red: 0.322, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#52cffc")Accessibility — WCAG contrast
Aa
#52cffc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cffc on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green81.2%
Blue98.8%
CMYK percentages
Cyan67.5%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#52cffc text on a black background
contrast 11.69:1
Card sample
#52cffc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cffc;
Background color
Panel with #52cffc background
background-color: #52cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cffc; background: linear-gradient(135deg, #52cffc, #525EFC);