#52afad
a balanced, soft cyan · cool · closest name: teal
RGB
82, 175, 173
HSL
179°, 37%, 50%
CMYK
53, 0, 1, 31
Luminance
0.3547
Every format
| HEX | #52afad |
| RGB | rgb(82, 175, 173) |
| HSL | hsl(179, 37%, 50%) |
| CMYK | cmyk(53%, 0%, 1%, 31%) |
| LAB | lab(66.1 -27.9 -7.4) |
| LCH | lch(66.1 28.9 194.8) |
| OKLCH | oklch(0.697 0.088 193.4) |
Copy-ready code
/* CSS */
color: #52afad;
background-color: #52afad;
/* Tailwind (arbitrary) */
class="text-[#52afad] bg-[#52afad]"
/* SCSS */
$brand: #52afad;
/* SwiftUI */
Color(red: 0.322, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#52afad")Accessibility — WCAG contrast
Aa
#52afad on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52afad on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green68.6%
Blue67.8%
CMYK percentages
Cyan53.1%
Magenta0.0%
Yellow1.1%
Key (black)31.4%
Color previews
#52afad text on a black background
contrast 8.09:1
Card sample
#52afad text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52afad;
Background color
Panel with #52afad background
background-color: #52afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52afad; background: linear-gradient(135deg, #52afad, #5273AF);