#52ffeb
a light, electric cyan · cool · closest name: cyan
RGB
82, 255, 235
HSL
173°, 100%, 66%
CMYK
68, 0, 8, 0
Luminance
0.7931
Every format
| HEX | #52ffeb |
| RGB | rgb(82, 255, 235) |
| HSL | hsl(173, 100%, 66%) |
| CMYK | cmyk(68%, 0%, 8%, 0%) |
| LAB | lab(91.4 -48.1 -3.3) |
| LCH | lch(91.4 48.2 183.9) |
| OKLCH | oklch(0.908 0.142 183.9) |
Copy-ready code
/* CSS */
color: #52ffeb;
background-color: #52ffeb;
/* Tailwind (arbitrary) */
class="text-[#52ffeb] bg-[#52ffeb]"
/* SCSS */
$brand: #52ffeb;
/* SwiftUI */
Color(red: 0.322, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#52ffeb")Accessibility — WCAG contrast
Aa
#52ffeb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52ffeb on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green100.0%
Blue92.2%
CMYK percentages
Cyan67.8%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#52ffeb text on a black background
contrast 16.86:1
Card sample
#52ffeb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52ffeb;
Background color
Panel with #52ffeb background
background-color: #52ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52ffeb; background: linear-gradient(135deg, #52ffeb, #52A0FF);