#084b17
a deep, electric green · cool · closest name: seagreen
RGB
8, 75, 23
HSL
133°, 81%, 16%
CMYK
89, 0, 69, 71
Luminance
0.0515
Every format
| HEX | #084b17 |
| RGB | rgb(8, 75, 23) |
| HSL | hsl(133, 81%, 16%) |
| CMYK | cmyk(89%, 0%, 69%, 71%) |
| LAB | lab(27.1 -32.1 24.8) |
| LCH | lch(27.1 40.6 142.3) |
| OKLCH | oklch(0.361 0.104 146.1) |
Copy-ready code
/* CSS */
color: #084b17;
background-color: #084b17;
/* Tailwind (arbitrary) */
class="text-[#084b17] bg-[#084b17]"
/* SCSS */
$brand: #084b17;
/* SwiftUI */
Color(red: 0.031, green: 0.294, blue: 0.090)
/* Android */
Color.parseColor("#084b17")Accessibility — WCAG contrast
Aa
#084b17 on white: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084b17 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green29.4%
Blue9.0%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow69.3%
Key (black)70.6%
Color previews
#084b17 text on a black background
contrast 2.03:1
Card sample
#084b17 text on a white background
contrast 10.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084b17;
Background color
Panel with #084b17 background
background-color: #084b17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084b17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 75, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 75, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084b17; background: linear-gradient(135deg, #084b17, #084B44);