#082c02
a deep, electric green · cool · closest name: darkslategray
RGB
8, 44, 2
HSL
111°, 91%, 9%
CMYK
82, 0, 96, 83
Luminance
0.0186
Every format
| HEX | #082c02 |
| RGB | rgb(8, 44, 2) |
| HSL | hsl(111, 91%, 9%) |
| CMYK | cmyk(82%, 0%, 96%, 83%) |
| LAB | lab(14.7 -22.4 20.2) |
| LCH | lch(14.7 30.2 138.0) |
| OKLCH | oklch(0.258 0.080 140.4) |
Copy-ready code
/* CSS */
color: #082c02;
background-color: #082c02;
/* Tailwind (arbitrary) */
class="text-[#082c02] bg-[#082c02]"
/* SCSS */
$brand: #082c02;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.008)
/* Android */
Color.parseColor("#082c02")Accessibility — WCAG contrast
Aa
#082c02 on white: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082c02 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue0.8%
CMYK percentages
Cyan81.8%
Magenta0.0%
Yellow95.5%
Key (black)82.7%
Color previews
#082c02 text on a black background
contrast 1.37:1
Card sample
#082c02 text on a white background
contrast 15.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082c02;
Background color
Panel with #082c02 background
background-color: #082c02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082c02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082c02; background: linear-gradient(135deg, #082c02, #022C18);