#549367
a balanced, soft green · cool · closest name: seagreen
RGB
84, 147, 103
HSL
138°, 27%, 45%
CMYK
43, 0, 30, 42
Luminance
0.2373
Every format
| HEX | #549367 |
| RGB | rgb(84, 147, 103) |
| HSL | hsl(138, 27%, 45%) |
| CMYK | cmyk(43%, 0%, 30%, 42%) |
| LAB | lab(55.8 -30.4 17.1) |
| LCH | lch(55.8 34.9 150.6) |
| OKLCH | oklch(0.608 0.094 152.5) |
Copy-ready code
/* CSS */
color: #549367;
background-color: #549367;
/* Tailwind (arbitrary) */
class="text-[#549367] bg-[#549367]"
/* SCSS */
$brand: #549367;
/* SwiftUI */
Color(red: 0.329, green: 0.576, blue: 0.404)
/* Android */
Color.parseColor("#549367")Accessibility — WCAG contrast
Aa
#549367 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#549367 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green57.6%
Blue40.4%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow29.9%
Key (black)42.4%
Color previews
#549367 text on a black background
contrast 5.75:1
Card sample
#549367 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #549367;
Background color
Panel with #549367 background
background-color: #549367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #549367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 147, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 147, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #549367; background: linear-gradient(135deg, #549367, #549391);