#52ba75
a balanced, soft green · cool · closest name: seagreen
RGB
82, 186, 117
HSL
140°, 43%, 53%
CMYK
56, 0, 37, 27
Luminance
0.3820
Every format
| HEX | #52ba75 |
| RGB | rgb(82, 186, 117) |
| HSL | hsl(140, 43%, 53%) |
| CMYK | cmyk(56%, 0%, 37%, 27%) |
| LAB | lab(68.2 -45.7 26.1) |
| LCH | lch(68.2 52.6 150.2) |
| OKLCH | oklch(0.710 0.140 152.2) |
Copy-ready code
/* CSS */
color: #52ba75;
background-color: #52ba75;
/* Tailwind (arbitrary) */
class="text-[#52ba75] bg-[#52ba75]"
/* SCSS */
$brand: #52ba75;
/* SwiftUI */
Color(red: 0.322, green: 0.729, blue: 0.459)
/* Android */
Color.parseColor("#52ba75")Accessibility — WCAG contrast
Aa
#52ba75 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52ba75 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green72.9%
Blue45.9%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow37.1%
Key (black)27.1%
Color previews
#52ba75 text on a black background
contrast 8.64:1
Card sample
#52ba75 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52ba75;
Background color
Panel with #52ba75 background
background-color: #52ba75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52ba75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 186, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 186, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52ba75; background: linear-gradient(135deg, #52ba75, #52BABA);