#082913
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 41, 19
HSL
140°, 67%, 10%
CMYK
81, 0, 54, 84
Luminance
0.0168
Every format
| HEX | #082913 |
| RGB | rgb(8, 41, 19) |
| HSL | hsl(140, 67%, 10%) |
| CMYK | cmyk(81%, 0%, 54%, 84%) |
| LAB | lab(13.7 -18.2 11.0) |
| LCH | lch(13.7 21.3 148.9) |
| OKLCH | oklch(0.250 0.056 151.1) |
Copy-ready code
/* CSS */
color: #082913;
background-color: #082913;
/* Tailwind (arbitrary) */
class="text-[#082913] bg-[#082913]"
/* SCSS */
$brand: #082913;
/* SwiftUI */
Color(red: 0.031, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#082913")Accessibility — WCAG contrast
Aa
#082913 on white: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082913 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.1%
Blue7.5%
CMYK percentages
Cyan80.5%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#082913 text on a black background
contrast 1.34:1
Card sample
#082913 text on a white background
contrast 15.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082913;
Background color
Panel with #082913 background
background-color: #082913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082913; background: linear-gradient(135deg, #082913, #082929);