#527a52
a dark, soft green · cool · closest name: seagreen
RGB
82, 122, 82
HSL
120°, 20%, 40%
CMYK
33, 0, 33, 52
Luminance
0.1632
Every format
| HEX | #527a52 |
| RGB | rgb(82, 122, 82) |
| HSL | hsl(120, 20%, 40%) |
| CMYK | cmyk(33%, 0%, 33%, 52%) |
| LAB | lab(47.4 -22.7 17.6) |
| LCH | lch(47.4 28.7 142.2) |
| OKLCH | oklch(0.538 0.076 144.4) |
Copy-ready code
/* CSS */
color: #527a52;
background-color: #527a52;
/* Tailwind (arbitrary) */
class="text-[#527a52] bg-[#527a52]"
/* SCSS */
$brand: #527a52;
/* SwiftUI */
Color(red: 0.322, green: 0.478, blue: 0.322)
/* Android */
Color.parseColor("#527a52")Accessibility — WCAG contrast
Aa
#527a52 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#527a52 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green47.8%
Blue32.2%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow32.8%
Key (black)52.2%
Color previews
#527a52 text on a black background
contrast 4.26:1
Card sample
#527a52 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #527a52;
Background color
Panel with #527a52 background
background-color: #527a52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #527a52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 122, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 122, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #527a52; background: linear-gradient(135deg, #527a52, #527A6D);