#52b2af
a balanced, soft cyan · cool · closest name: teal
RGB
82, 178, 175
HSL
178°, 38%, 51%
CMYK
54, 0, 2, 30
Luminance
0.3673
Every format
| HEX | #52b2af |
| RGB | rgb(82, 178, 175) |
| HSL | hsl(178, 38%, 51%) |
| CMYK | cmyk(54%, 0%, 2%, 30%) |
| LAB | lab(67.1 -28.8 -7.1) |
| LCH | lch(67.1 29.7 193.8) |
| OKLCH | oklch(0.705 0.090 192.5) |
Copy-ready code
/* CSS */
color: #52b2af;
background-color: #52b2af;
/* Tailwind (arbitrary) */
class="text-[#52b2af] bg-[#52b2af]"
/* SCSS */
$brand: #52b2af;
/* SwiftUI */
Color(red: 0.322, green: 0.698, blue: 0.686)
/* Android */
Color.parseColor("#52b2af")Accessibility — WCAG contrast
Aa
#52b2af on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52b2af on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green69.8%
Blue68.6%
CMYK percentages
Cyan53.9%
Magenta0.0%
Yellow1.7%
Key (black)30.2%
Color previews
#52b2af text on a black background
contrast 8.35:1
Card sample
#52b2af text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52b2af;
Background color
Panel with #52b2af background
background-color: #52b2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52b2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 178, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 178, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52b2af; background: linear-gradient(135deg, #52b2af, #5275B2);