#082313
a deep, vivid green · cool · closest name: black
RGB
8, 35, 19
HSL
144°, 63%, 8%
CMYK
77, 0, 46, 86
Luminance
0.0130
Every format
| HEX | #082313 |
| RGB | rgb(8, 35, 19) |
| HSL | hsl(144, 63%, 8%) |
| CMYK | cmyk(77%, 0%, 46%, 86%) |
| LAB | lab(11.3 -15.1 7.7) |
| LCH | lch(11.3 16.9 153.1) |
| OKLCH | oklch(0.230 0.045 154.5) |
Copy-ready code
/* CSS */
color: #082313;
background-color: #082313;
/* Tailwind (arbitrary) */
class="text-[#082313] bg-[#082313]"
/* SCSS */
$brand: #082313;
/* SwiftUI */
Color(red: 0.031, green: 0.137, blue: 0.075)
/* Android */
Color.parseColor("#082313")Accessibility — WCAG contrast
Aa
#082313 on white: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082313 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green13.7%
Blue7.5%
CMYK percentages
Cyan77.1%
Magenta0.0%
Yellow45.7%
Key (black)86.3%
Color previews
#082313 text on a black background
contrast 1.26:1
Card sample
#082313 text on a white background
contrast 16.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082313;
Background color
Panel with #082313 background
background-color: #082313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 35, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 35, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082313; background: linear-gradient(135deg, #082313, #082123);