#529052
a dark, soft green · cool · closest name: seagreen
RGB
82, 144, 82
HSL
120°, 27%, 44%
CMYK
43, 0, 43, 44
Luminance
0.2235
Every format
| HEX | #529052 |
| RGB | rgb(82, 144, 82) |
| HSL | hsl(120, 27%, 44%) |
| CMYK | cmyk(43%, 0%, 43%, 44%) |
| LAB | lab(54.4 -33.4 26.8) |
| LCH | lch(54.4 42.8 141.2) |
| OKLCH | oklch(0.595 0.112 144.0) |
Copy-ready code
/* CSS */
color: #529052;
background-color: #529052;
/* Tailwind (arbitrary) */
class="text-[#529052] bg-[#529052]"
/* SCSS */
$brand: #529052;
/* SwiftUI */
Color(red: 0.322, green: 0.565, blue: 0.322)
/* Android */
Color.parseColor("#529052")Accessibility — WCAG contrast
Aa
#529052 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#529052 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green56.5%
Blue32.2%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow43.1%
Key (black)43.5%
Color previews
#529052 text on a black background
contrast 5.47:1
Card sample
#529052 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #529052;
Background color
Panel with #529052 background
background-color: #529052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #529052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 144, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 144, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #529052; background: linear-gradient(135deg, #529052, #52907B);