#082e19
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 46, 25
HSL
147°, 70%, 11%
CMYK
83, 0, 46, 82
Luminance
0.0208
Every format
| HEX | #082e19 |
| RGB | rgb(8, 46, 25) |
| HSL | hsl(147, 70%, 11%) |
| CMYK | cmyk(83%, 0%, 46%, 82%) |
| LAB | lab(15.9 -19.3 9.8) |
| LCH | lch(15.9 21.6 153.1) |
| OKLCH | oklch(0.268 0.058 154.9) |
Copy-ready code
/* CSS */
color: #082e19;
background-color: #082e19;
/* Tailwind (arbitrary) */
class="text-[#082e19] bg-[#082e19]"
/* SCSS */
$brand: #082e19;
/* SwiftUI */
Color(red: 0.031, green: 0.180, blue: 0.098)
/* Android */
Color.parseColor("#082e19")Accessibility — WCAG contrast
Aa
#082e19 on white: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082e19 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.0%
Blue9.8%
CMYK percentages
Cyan82.6%
Magenta0.0%
Yellow45.7%
Key (black)82.0%
Color previews
#082e19 text on a black background
contrast 1.42:1
Card sample
#082e19 text on a white background
contrast 14.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082e19;
Background color
Panel with #082e19 background
background-color: #082e19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082e19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 46, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 46, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082e19; background: linear-gradient(135deg, #082e19, #082A2E);