#52feee
a light, electric cyan · cool · closest name: cyan
RGB
82, 254, 238
HSL
174°, 99%, 66%
CMYK
68, 0, 6, 0
Luminance
0.7885
Every format
| HEX | #52feee |
| RGB | rgb(82, 254, 238) |
| HSL | hsl(174, 99%, 66%) |
| CMYK | cmyk(68%, 0%, 6%, 0%) |
| LAB | lab(91.2 -46.9 -5.2) |
| LCH | lch(91.2 47.2 186.3) |
| OKLCH | oklch(0.907 0.140 186.0) |
Copy-ready code
/* CSS */
color: #52feee;
background-color: #52feee;
/* Tailwind (arbitrary) */
class="text-[#52feee] bg-[#52feee]"
/* SCSS */
$brand: #52feee;
/* SwiftUI */
Color(red: 0.322, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#52feee")Accessibility — WCAG contrast
Aa
#52feee on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52feee on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green99.6%
Blue93.3%
CMYK percentages
Cyan67.7%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#52feee text on a black background
contrast 16.77:1
Card sample
#52feee text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52feee;
Background color
Panel with #52feee background
background-color: #52feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52feee; background: linear-gradient(135deg, #52feee, #529BFE);