#52f9df
a balanced, electric cyan · cool · closest name: turquoise
RGB
82, 249, 223
HSL
171°, 93%, 65%
CMYK
67, 0, 10, 2
Luminance
0.7487
Every format
| HEX | #52f9df |
| RGB | rgb(82, 249, 223) |
| HSL | hsl(171, 93%, 65%) |
| CMYK | cmyk(67%, 0%, 10%, 2%) |
| LAB | lab(89.3 -48.6 -0.0) |
| LCH | lch(89.3 48.6 180.0) |
| OKLCH | oklch(0.890 0.141 180.4) |
Copy-ready code
/* CSS */
color: #52f9df;
background-color: #52f9df;
/* Tailwind (arbitrary) */
class="text-[#52f9df] bg-[#52f9df]"
/* SCSS */
$brand: #52f9df;
/* SwiftUI */
Color(red: 0.322, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#52f9df")Accessibility — WCAG contrast
Aa
#52f9df on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52f9df on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green97.6%
Blue87.5%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#52f9df text on a black background
contrast 15.97:1
Card sample
#52f9df text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52f9df;
Background color
Panel with #52f9df background
background-color: #52f9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52f9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52f9df; background: linear-gradient(135deg, #52f9df, #52A4F9);