#083308
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 51, 8
HSL
120°, 73%, 12%
CMYK
84, 0, 84, 80
Luminance
0.0244
Every format
| HEX | #083308 |
| RGB | rgb(8, 51, 8) |
| HSL | hsl(120, 73%, 12%) |
| CMYK | cmyk(84%, 0%, 84%, 80%) |
| LAB | lab(17.6 -24.5 21.4) |
| LCH | lch(17.6 32.5 138.9) |
| OKLCH | oklch(0.282 0.084 143.0) |
Copy-ready code
/* CSS */
color: #083308;
background-color: #083308;
/* Tailwind (arbitrary) */
class="text-[#083308] bg-[#083308]"
/* SCSS */
$brand: #083308;
/* SwiftUI */
Color(red: 0.031, green: 0.200, blue: 0.031)
/* Android */
Color.parseColor("#083308")Accessibility — WCAG contrast
Aa
#083308 on white: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083308 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.0%
Blue3.1%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow84.3%
Key (black)80.0%
Color previews
#083308 text on a black background
contrast 1.49:1
Card sample
#083308 text on a white background
contrast 14.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083308;
Background color
Panel with #083308 background
background-color: #083308;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083308;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 51, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 51, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083308; background: linear-gradient(135deg, #083308, #083325);