#52fbaf
a light, electric green · cool · closest name: aquamarine
RGB
82, 251, 175
HSL
153°, 96%, 65%
CMYK
67, 0, 30, 2
Luminance
0.7388
Every format
| HEX | #52fbaf |
| RGB | rgb(82, 251, 175) |
| HSL | hsl(153, 96%, 65%) |
| CMYK | cmyk(67%, 0%, 30%, 2%) |
| LAB | lab(88.9 -60.3 24.1) |
| LCH | lch(88.9 64.9 158.2) |
| OKLCH | oklch(0.883 0.175 159.6) |
Copy-ready code
/* CSS */
color: #52fbaf;
background-color: #52fbaf;
/* Tailwind (arbitrary) */
class="text-[#52fbaf] bg-[#52fbaf]"
/* SCSS */
$brand: #52fbaf;
/* SwiftUI */
Color(red: 0.322, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#52fbaf")Accessibility — WCAG contrast
Aa
#52fbaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52fbaf on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green98.4%
Blue68.6%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#52fbaf text on a black background
contrast 15.78:1
Card sample
#52fbaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52fbaf;
Background color
Panel with #52fbaf background
background-color: #52fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52fbaf; background: linear-gradient(135deg, #52fbaf, #52D6FB);