#082d0f
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 45, 15
HSL
131°, 70%, 10%
CMYK
82, 0, 67, 82
Luminance
0.0196
Every format
| HEX | #082d0f |
| RGB | rgb(8, 45, 15) |
| HSL | hsl(131, 70%, 10%) |
| CMYK | cmyk(82%, 0%, 67%, 82%) |
| LAB | lab(15.3 -20.9 15.3) |
| LCH | lch(15.3 25.9 143.8) |
| OKLCH | oklch(0.263 0.068 146.7) |
Copy-ready code
/* CSS */
color: #082d0f;
background-color: #082d0f;
/* Tailwind (arbitrary) */
class="text-[#082d0f] bg-[#082d0f]"
/* SCSS */
$brand: #082d0f;
/* SwiftUI */
Color(red: 0.031, green: 0.176, blue: 0.059)
/* Android */
Color.parseColor("#082d0f")Accessibility — WCAG contrast
Aa
#082d0f on white: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082d0f on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.6%
Blue5.9%
CMYK percentages
Cyan82.2%
Magenta0.0%
Yellow66.7%
Key (black)82.4%
Color previews
#082d0f text on a black background
contrast 1.39:1
Card sample
#082d0f text on a white background
contrast 15.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082d0f;
Background color
Panel with #082d0f background
background-color: #082d0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082d0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 45, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 45, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082d0f; background: linear-gradient(135deg, #082d0f, #082D28);