#082005
a deep, vivid green · cool · closest name: black
RGB
8, 32, 5
HSL
113°, 73%, 7%
CMYK
75, 0, 84, 88
Luminance
0.0110
Every format
| HEX | #082005 |
| RGB | rgb(8, 32, 5) |
| HSL | hsl(113, 73%, 7%) |
| CMYK | cmyk(75%, 0%, 84%, 88%) |
| LAB | lab(9.8 -15.7 12.2) |
| LCH | lch(9.8 19.9 142.1) |
| OKLCH | oklch(0.217 0.058 141.0) |
Copy-ready code
/* CSS */
color: #082005;
background-color: #082005;
/* Tailwind (arbitrary) */
class="text-[#082005] bg-[#082005]"
/* SCSS */
$brand: #082005;
/* SwiftUI */
Color(red: 0.031, green: 0.125, blue: 0.020)
/* Android */
Color.parseColor("#082005")Accessibility — WCAG contrast
Aa
#082005 on white: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082005 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green12.5%
Blue2.0%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow84.4%
Key (black)87.5%
Color previews
#082005 text on a black background
contrast 1.22:1
Card sample
#082005 text on a white background
contrast 17.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082005;
Background color
Panel with #082005 background
background-color: #082005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 32, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 32, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082005; background: linear-gradient(135deg, #082005, #052014);