#549310
a dark, electric green · cool · closest name: olivedrab
RGB
84, 147, 16
HSL
89°, 80%, 32%
CMYK
43, 0, 89, 42
Luminance
0.2279
Every format
| HEX | #549310 |
| RGB | rgb(84, 147, 16) |
| HSL | hsl(89, 80%, 32%) |
| CMYK | cmyk(43%, 0%, 89%, 42%) |
| LAB | lab(54.9 -40.2 54.9) |
| LCH | lch(54.9 68.0 126.2) |
| OKLCH | oklch(0.597 0.165 133.6) |
Copy-ready code
/* CSS */
color: #549310;
background-color: #549310;
/* Tailwind (arbitrary) */
class="text-[#549310] bg-[#549310]"
/* SCSS */
$brand: #549310;
/* SwiftUI */
Color(red: 0.329, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#549310")Accessibility — WCAG contrast
Aa
#549310 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#549310 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green57.6%
Blue6.3%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#549310 text on a black background
contrast 5.56:1
Card sample
#549310 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #549310;
Background color
Panel with #549310 background
background-color: #549310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #549310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #549310; background: linear-gradient(135deg, #549310, #109323);