#084b0f
a deep, electric green · cool · closest name: seagreen
RGB
8, 75, 15
HSL
126°, 81%, 16%
CMYK
89, 0, 80, 71
Luminance
0.0512
Every format
| HEX | #084b0f |
| RGB | rgb(8, 75, 15) |
| HSL | hsl(126, 81%, 16%) |
| CMYK | cmyk(89%, 0%, 80%, 71%) |
| LAB | lab(27.1 -33.0 28.6) |
| LCH | lch(27.1 43.7 139.1) |
| OKLCH | oklch(0.360 0.110 144.0) |
Copy-ready code
/* CSS */
color: #084b0f;
background-color: #084b0f;
/* Tailwind (arbitrary) */
class="text-[#084b0f] bg-[#084b0f]"
/* SCSS */
$brand: #084b0f;
/* SwiftUI */
Color(red: 0.031, green: 0.294, blue: 0.059)
/* Android */
Color.parseColor("#084b0f")Accessibility — WCAG contrast
Aa
#084b0f on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084b0f on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green29.4%
Blue5.9%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow80.0%
Key (black)70.6%
Color previews
#084b0f text on a black background
contrast 2.02:1
Card sample
#084b0f text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084b0f;
Background color
Panel with #084b0f background
background-color: #084b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 75, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 75, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084b0f; background: linear-gradient(135deg, #084b0f, #084B3C);