#082000
a deep, electric green · cool · closest name: black
RGB
8, 32, 0
HSL
105°, 100%, 6%
CMYK
75, 0, 100, 88
Luminance
0.0108
Every format
| HEX | #082000 |
| RGB | rgb(8, 32, 0) |
| HSL | hsl(105, 100%, 6%) |
| CMYK | cmyk(75%, 0%, 100%, 88%) |
| LAB | lab(9.7 -16.4 14.2) |
| LCH | lch(9.7 21.7 139.3) |
| OKLCH | oklch(0.216 0.066 137.4) |
Copy-ready code
/* CSS */
color: #082000;
background-color: #082000;
/* Tailwind (arbitrary) */
class="text-[#082000] bg-[#082000]"
/* SCSS */
$brand: #082000;
/* SwiftUI */
Color(red: 0.031, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#082000")Accessibility — WCAG contrast
Aa
#082000 on white: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082000 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green12.5%
Blue0.0%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow100.0%
Key (black)87.5%
Color previews
#082000 text on a black background
contrast 1.22:1
Card sample
#082000 text on a white background
contrast 17.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082000;
Background color
Panel with #082000 background
background-color: #082000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082000; background: linear-gradient(135deg, #082000, #00200D);