#52b265
a balanced, soft green · cool · closest name: seagreen
RGB
82, 178, 101
HSL
132°, 38%, 51%
CMYK
54, 0, 43, 30
Luminance
0.3457
Every format
| HEX | #52b265 |
| RGB | rgb(82, 178, 101) |
| HSL | hsl(132, 38%, 51%) |
| CMYK | cmyk(54%, 0%, 43%, 30%) |
| LAB | lab(65.4 -45.1 30.9) |
| LCH | lch(65.4 54.7 145.6) |
| OKLCH | oklch(0.686 0.144 148.1) |
Copy-ready code
/* CSS */
color: #52b265;
background-color: #52b265;
/* Tailwind (arbitrary) */
class="text-[#52b265] bg-[#52b265]"
/* SCSS */
$brand: #52b265;
/* SwiftUI */
Color(red: 0.322, green: 0.698, blue: 0.396)
/* Android */
Color.parseColor("#52b265")Accessibility — WCAG contrast
Aa
#52b265 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52b265 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green69.8%
Blue39.6%
CMYK percentages
Cyan53.9%
Magenta0.0%
Yellow43.3%
Key (black)30.2%
Color previews
#52b265 text on a black background
contrast 7.91:1
Card sample
#52b265 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52b265;
Background color
Panel with #52b265 background
background-color: #52b265;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52b265;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 178, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 178, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52b265; background: linear-gradient(135deg, #52b265, #52B2A5);