#548c40
a dark, soft green · cool · closest name: seagreen
RGB
84, 140, 64
HSL
104°, 37%, 40%
CMYK
40, 0, 54, 45
Luminance
0.2101
Every format
| HEX | #548c40 |
| RGB | rgb(84, 140, 64) |
| HSL | hsl(104, 37%, 40%) |
| CMYK | cmyk(40%, 0%, 54%, 45%) |
| LAB | lab(53.0 -33.4 34.5) |
| LCH | lch(53.0 48.1 134.1) |
| OKLCH | oklch(0.583 0.123 138.1) |
Copy-ready code
/* CSS */
color: #548c40;
background-color: #548c40;
/* Tailwind (arbitrary) */
class="text-[#548c40] bg-[#548c40]"
/* SCSS */
$brand: #548c40;
/* SwiftUI */
Color(red: 0.329, green: 0.549, blue: 0.251)
/* Android */
Color.parseColor("#548c40")Accessibility — WCAG contrast
Aa
#548c40 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548c40 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green54.9%
Blue25.1%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow54.3%
Key (black)45.1%
Color previews
#548c40 text on a black background
contrast 5.20:1
Card sample
#548c40 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548c40;
Background color
Panel with #548c40 background
background-color: #548c40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548c40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 140, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 140, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548c40; background: linear-gradient(135deg, #548c40, #408C5F);