#084913
a deep, electric green · cool · closest name: seagreen
RGB
8, 73, 19
HSL
130°, 80%, 16%
CMYK
89, 0, 74, 71
Luminance
0.0486
Every format
| HEX | #084913 |
| RGB | rgb(8, 73, 19) |
| HSL | hsl(130, 80%, 16%) |
| CMYK | cmyk(89%, 0%, 74%, 71%) |
| LAB | lab(26.3 -31.9 25.9) |
| LCH | lch(26.3 41.1 140.8) |
| OKLCH | oklch(0.354 0.105 145.1) |
Copy-ready code
/* CSS */
color: #084913;
background-color: #084913;
/* Tailwind (arbitrary) */
class="text-[#084913] bg-[#084913]"
/* SCSS */
$brand: #084913;
/* SwiftUI */
Color(red: 0.031, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#084913")Accessibility — WCAG contrast
Aa
#084913 on white: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084913 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green28.6%
Blue7.5%
CMYK percentages
Cyan89.0%
Magenta0.0%
Yellow74.0%
Key (black)71.4%
Color previews
#084913 text on a black background
contrast 1.97:1
Card sample
#084913 text on a white background
contrast 10.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084913;
Background color
Panel with #084913 background
background-color: #084913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084913; background: linear-gradient(135deg, #084913, #08493E);