#082513
a deep, vivid green · cool · closest name: black
RGB
8, 37, 19
HSL
143°, 64%, 9%
CMYK
78, 0, 49, 86
Luminance
0.0142
Every format
| HEX | #082513 |
| RGB | rgb(8, 37, 19) |
| HSL | hsl(143, 64%, 9%) |
| CMYK | cmyk(78%, 0%, 49%, 86%) |
| LAB | lab(12.1 -16.2 8.8) |
| LCH | lch(12.1 18.4 151.5) |
| OKLCH | oklch(0.237 0.049 153.2) |
Copy-ready code
/* CSS */
color: #082513;
background-color: #082513;
/* Tailwind (arbitrary) */
class="text-[#082513] bg-[#082513]"
/* SCSS */
$brand: #082513;
/* SwiftUI */
Color(red: 0.031, green: 0.145, blue: 0.075)
/* Android */
Color.parseColor("#082513")Accessibility — WCAG contrast
Aa
#082513 on white: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082513 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green14.5%
Blue7.5%
CMYK percentages
Cyan78.4%
Magenta0.0%
Yellow48.6%
Key (black)85.5%
Color previews
#082513 text on a black background
contrast 1.28:1
Card sample
#082513 text on a white background
contrast 16.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082513;
Background color
Panel with #082513 background
background-color: #082513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 37, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 37, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082513; background: linear-gradient(135deg, #082513, #082425);