#52c69f
a balanced, vivid green · cool · closest name: turquoise
RGB
82, 198, 159
HSL
160°, 50%, 55%
CMYK
59, 0, 20, 22
Luminance
0.4469
Every format
| HEX | #52c69f |
| RGB | rgb(82, 198, 159) |
| HSL | hsl(160, 50%, 55%) |
| CMYK | cmyk(59%, 0%, 20%, 22%) |
| LAB | lab(72.7 -42.1 9.8) |
| LCH | lch(72.7 43.2 166.8) |
| OKLCH | oklch(0.750 0.120 167.9) |
Copy-ready code
/* CSS */
color: #52c69f;
background-color: #52c69f;
/* Tailwind (arbitrary) */
class="text-[#52c69f] bg-[#52c69f]"
/* SCSS */
$brand: #52c69f;
/* SwiftUI */
Color(red: 0.322, green: 0.776, blue: 0.624)
/* Android */
Color.parseColor("#52c69f")Accessibility — WCAG contrast
Aa
#52c69f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52c69f on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green77.6%
Blue62.4%
CMYK percentages
Cyan58.6%
Magenta0.0%
Yellow19.7%
Key (black)22.4%
Color previews
#52c69f text on a black background
contrast 9.94:1
Card sample
#52c69f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52c69f;
Background color
Panel with #52c69f background
background-color: #52c69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52c69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 198, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 198, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52c69f; background: linear-gradient(135deg, #52c69f, #52A0C6);