#52afb2
a balanced, soft cyan · cool · closest name: teal
RGB
82, 175, 178
HSL
182°, 38%, 51%
CMYK
54, 2, 0, 30
Luminance
0.3567
Every format
| HEX | #52afb2 |
| RGB | rgb(82, 175, 178) |
| HSL | hsl(182, 38%, 51%) |
| CMYK | cmyk(54%, 2%, 0%, 30%) |
| LAB | lab(66.3 -26.5 -9.9) |
| LCH | lch(66.3 28.3 200.5) |
| OKLCH | oklch(0.699 0.088 198.2) |
Copy-ready code
/* CSS */
color: #52afb2;
background-color: #52afb2;
/* Tailwind (arbitrary) */
class="text-[#52afb2] bg-[#52afb2]"
/* SCSS */
$brand: #52afb2;
/* SwiftUI */
Color(red: 0.322, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#52afb2")Accessibility — WCAG contrast
Aa
#52afb2 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52afb2 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green68.6%
Blue69.8%
CMYK percentages
Cyan53.9%
Magenta1.7%
Yellow0.0%
Key (black)30.2%
Color previews
#52afb2 text on a black background
contrast 8.13:1
Card sample
#52afb2 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52afb2;
Background color
Panel with #52afb2 background
background-color: #52afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52afb2; background: linear-gradient(135deg, #52afb2, #526FB2);