#487539
a dark, soft green · cool · closest name: seagreen
RGB
72, 117, 57
HSL
105°, 35%, 34%
CMYK
39, 0, 51, 54
Luminance
0.1440
Every format
| HEX | #487539 |
| RGB | rgb(72, 117, 57) |
| HSL | hsl(105, 35%, 34%) |
| CMYK | cmyk(39%, 0%, 51%, 54%) |
| LAB | lab(44.8 -27.8 28.1) |
| LCH | lch(44.8 39.6 134.7) |
| OKLCH | oklch(0.515 0.102 138.3) |
Copy-ready code
/* CSS */
color: #487539;
background-color: #487539;
/* Tailwind (arbitrary) */
class="text-[#487539] bg-[#487539]"
/* SCSS */
$brand: #487539;
/* SwiftUI */
Color(red: 0.282, green: 0.459, blue: 0.224)
/* Android */
Color.parseColor("#487539")Accessibility — WCAG contrast
Aa
#487539 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#487539 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green45.9%
Blue22.4%
CMYK percentages
Cyan38.5%
Magenta0.0%
Yellow51.3%
Key (black)54.1%
Color previews
#487539 text on a black background
contrast 3.88:1
Card sample
#487539 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487539;
Background color
Panel with #487539 background
background-color: #487539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 117, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 117, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487539; background: linear-gradient(135deg, #487539, #397552);