#52bea8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
82, 190, 168
HSL
168°, 45%, 53%
CMYK
57, 0, 12, 26
Luminance
0.4145
Every format
| HEX | #52bea8 |
| RGB | rgb(82, 190, 168) |
| HSL | hsl(168, 45%, 53%) |
| CMYK | cmyk(57%, 0%, 12%, 26%) |
| LAB | lab(70.5 -36.3 1.8) |
| LCH | lch(70.5 36.4 177.2) |
| OKLCH | oklch(0.732 0.105 177.7) |
Copy-ready code
/* CSS */
color: #52bea8;
background-color: #52bea8;
/* Tailwind (arbitrary) */
class="text-[#52bea8] bg-[#52bea8]"
/* SCSS */
$brand: #52bea8;
/* SwiftUI */
Color(red: 0.322, green: 0.745, blue: 0.659)
/* Android */
Color.parseColor("#52bea8")Accessibility — WCAG contrast
Aa
#52bea8 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52bea8 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green74.5%
Blue65.9%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow11.6%
Key (black)25.5%
Color previews
#52bea8 text on a black background
contrast 9.29:1
Card sample
#52bea8 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52bea8;
Background color
Panel with #52bea8 background
background-color: #52bea8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52bea8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 190, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 190, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52bea8; background: linear-gradient(135deg, #52bea8, #528CBE);