#083204
a deep, electric green · cool · closest name: darkslategray
RGB
8, 50, 4
HSL
115°, 85%, 11%
CMYK
84, 0, 92, 80
Luminance
0.0234
Every format
| HEX | #083204 |
| RGB | rgb(8, 50, 4) |
| HSL | hsl(115, 85%, 11%) |
| CMYK | cmyk(84%, 0%, 92%, 80%) |
| LAB | lab(17.2 -24.6 22.5) |
| LCH | lch(17.2 33.4 137.6) |
| OKLCH | oklch(0.278 0.086 141.6) |
Copy-ready code
/* CSS */
color: #083204;
background-color: #083204;
/* Tailwind (arbitrary) */
class="text-[#083204] bg-[#083204]"
/* SCSS */
$brand: #083204;
/* SwiftUI */
Color(red: 0.031, green: 0.196, blue: 0.016)
/* Android */
Color.parseColor("#083204")Accessibility — WCAG contrast
Aa
#083204 on white: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083204 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green19.6%
Blue1.6%
CMYK percentages
Cyan84.0%
Magenta0.0%
Yellow92.0%
Key (black)80.4%
Color previews
#083204 text on a black background
contrast 1.47:1
Card sample
#083204 text on a white background
contrast 14.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083204;
Background color
Panel with #083204 background
background-color: #083204;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083204;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 50, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 50, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083204; background: linear-gradient(135deg, #083204, #04321F);