#52ebfa
a light, electric cyan · cool · closest name: cyan
RGB
82, 235, 250
HSL
185°, 94%, 65%
CMYK
67, 6, 0, 2
Luminance
0.6811
Every format
| HEX | #52ebfa |
| RGB | rgb(82, 235, 250) |
| HSL | hsl(185, 94%, 65%) |
| CMYK | cmyk(67%, 6%, 0%, 2%) |
| LAB | lab(86.1 -35.1 -19.0) |
| LCH | lch(86.1 39.9 208.5) |
| OKLCH | oklch(0.866 0.127 204.5) |
Copy-ready code
/* CSS */
color: #52ebfa;
background-color: #52ebfa;
/* Tailwind (arbitrary) */
class="text-[#52ebfa] bg-[#52ebfa]"
/* SCSS */
$brand: #52ebfa;
/* SwiftUI */
Color(red: 0.322, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#52ebfa")Accessibility — WCAG contrast
Aa
#52ebfa on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52ebfa on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green92.2%
Blue98.0%
CMYK percentages
Cyan67.2%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#52ebfa text on a black background
contrast 14.62:1
Card sample
#52ebfa text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52ebfa;
Background color
Panel with #52ebfa background
background-color: #52ebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52ebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52ebfa; background: linear-gradient(135deg, #52ebfa, #527BFA);