#54963f
a dark, soft green · cool · closest name: forestgreen
RGB
84, 150, 63
HSL
106°, 41%, 42%
CMYK
44, 0, 58, 41
Luminance
0.2406
Every format
| HEX | #54963f |
| RGB | rgb(84, 150, 63) |
| HSL | hsl(106, 41%, 42%) |
| CMYK | cmyk(44%, 0%, 58%, 41%) |
| LAB | lab(56.1 -38.0 38.8) |
| LCH | lch(56.1 54.3 134.4) |
| OKLCH | oklch(0.609 0.139 138.8) |
Copy-ready code
/* CSS */
color: #54963f;
background-color: #54963f;
/* Tailwind (arbitrary) */
class="text-[#54963f] bg-[#54963f]"
/* SCSS */
$brand: #54963f;
/* SwiftUI */
Color(red: 0.329, green: 0.588, blue: 0.247)
/* Android */
Color.parseColor("#54963f")Accessibility — WCAG contrast
Aa
#54963f on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#54963f on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green58.8%
Blue24.7%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow58.0%
Key (black)41.2%
Color previews
#54963f text on a black background
contrast 5.81:1
Card sample
#54963f text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54963f;
Background color
Panel with #54963f background
background-color: #54963f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54963f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 150, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 150, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54963f; background: linear-gradient(135deg, #54963f, #3F9664);