#52ebee
a balanced, electric cyan · cool · closest name: cyan
RGB
82, 235, 238
HSL
181°, 82%, 63%
CMYK
66, 1, 0, 7
Luminance
0.6738
Every format
| HEX | #52ebee |
| RGB | rgb(82, 235, 238) |
| HSL | hsl(181, 82%, 63%) |
| CMYK | cmyk(66%, 1%, 0%, 7%) |
| LAB | lab(85.7 -38.5 -13.3) |
| LCH | lch(85.7 40.7 199.0) |
| OKLCH | oklch(0.862 0.126 197.0) |
Copy-ready code
/* CSS */
color: #52ebee;
background-color: #52ebee;
/* Tailwind (arbitrary) */
class="text-[#52ebee] bg-[#52ebee]"
/* SCSS */
$brand: #52ebee;
/* SwiftUI */
Color(red: 0.322, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#52ebee")Accessibility — WCAG contrast
Aa
#52ebee on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52ebee on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green92.2%
Blue93.3%
CMYK percentages
Cyan65.5%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#52ebee text on a black background
contrast 14.48:1
Card sample
#52ebee text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52ebee;
Background color
Panel with #52ebee background
background-color: #52ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52ebee; background: linear-gradient(135deg, #52ebee, #5283EE);