#083908
a deep, electric green · cool · closest name: darkslategray
RGB
8, 57, 8
HSL
120°, 75%, 13%
CMYK
86, 0, 86, 78
Luminance
0.0300
Every format
| HEX | #083908 |
| RGB | rgb(8, 57, 8) |
| HSL | hsl(120, 75%, 13%) |
| CMYK | cmyk(86%, 0%, 86%, 78%) |
| LAB | lab(20.0 -26.9 24.2) |
| LCH | lch(20.0 36.2 138.1) |
| OKLCH | oklch(0.302 0.092 142.9) |
Copy-ready code
/* CSS */
color: #083908;
background-color: #083908;
/* Tailwind (arbitrary) */
class="text-[#083908] bg-[#083908]"
/* SCSS */
$brand: #083908;
/* SwiftUI */
Color(red: 0.031, green: 0.224, blue: 0.031)
/* Android */
Color.parseColor("#083908")Accessibility — WCAG contrast
Aa
#083908 on white: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083908 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green22.4%
Blue3.1%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow86.0%
Key (black)77.6%
Color previews
#083908 text on a black background
contrast 1.60:1
Card sample
#083908 text on a white background
contrast 13.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083908;
Background color
Panel with #083908 background
background-color: #083908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 57, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 57, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083908; background: linear-gradient(135deg, #083908, #083929);