#52dfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
82, 223, 191
HSL
166°, 69%, 60%
CMYK
63, 0, 14, 13
Luminance
0.5833
Every format
| HEX | #52dfbf |
| RGB | rgb(82, 223, 191) |
| HSL | hsl(166, 69%, 60%) |
| CMYK | cmyk(63%, 0%, 14%, 13%) |
| LAB | lab(80.9 -45.4 4.5) |
| LCH | lch(80.9 45.6 174.3) |
| OKLCH | oklch(0.819 0.130 175.0) |
Copy-ready code
/* CSS */
color: #52dfbf;
background-color: #52dfbf;
/* Tailwind (arbitrary) */
class="text-[#52dfbf] bg-[#52dfbf]"
/* SCSS */
$brand: #52dfbf;
/* SwiftUI */
Color(red: 0.322, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#52dfbf")Accessibility — WCAG contrast
Aa
#52dfbf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52dfbf on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green87.5%
Blue74.9%
CMYK percentages
Cyan63.2%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#52dfbf text on a black background
contrast 12.67:1
Card sample
#52dfbf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52dfbf;
Background color
Panel with #52dfbf background
background-color: #52dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52dfbf; background: linear-gradient(135deg, #52dfbf, #52A1DF);