#082713
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 39, 19
HSL
141°, 66%, 9%
CMYK
80, 0, 51, 85
Luminance
0.0155
Every format
| HEX | #082713 |
| RGB | rgb(8, 39, 19) |
| HSL | hsl(141, 66%, 9%) |
| CMYK | cmyk(80%, 0%, 51%, 85%) |
| LAB | lab(12.9 -17.2 9.9) |
| LCH | lch(12.9 19.9 150.1) |
| OKLCH | oklch(0.243 0.053 152.0) |
Copy-ready code
/* CSS */
color: #082713;
background-color: #082713;
/* Tailwind (arbitrary) */
class="text-[#082713] bg-[#082713]"
/* SCSS */
$brand: #082713;
/* SwiftUI */
Color(red: 0.031, green: 0.153, blue: 0.075)
/* Android */
Color.parseColor("#082713")Accessibility — WCAG contrast
Aa
#082713 on white: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082713 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green15.3%
Blue7.5%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow51.3%
Key (black)84.7%
Color previews
#082713 text on a black background
contrast 1.31:1
Card sample
#082713 text on a white background
contrast 16.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082713;
Background color
Panel with #082713 background
background-color: #082713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 39, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 39, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082713; background: linear-gradient(135deg, #082713, #082627);