#082413
a deep, vivid green · cool · closest name: black
RGB
8, 36, 19
HSL
144°, 64%, 9%
CMYK
78, 0, 47, 86
Luminance
0.0136
Every format
| HEX | #082413 |
| RGB | rgb(8, 36, 19) |
| HSL | hsl(144, 64%, 9%) |
| CMYK | cmyk(78%, 0%, 47%, 86%) |
| LAB | lab(11.7 -15.6 8.2) |
| LCH | lch(11.7 17.7 152.2) |
| OKLCH | oklch(0.233 0.047 153.8) |
Copy-ready code
/* CSS */
color: #082413;
background-color: #082413;
/* Tailwind (arbitrary) */
class="text-[#082413] bg-[#082413]"
/* SCSS */
$brand: #082413;
/* SwiftUI */
Color(red: 0.031, green: 0.141, blue: 0.075)
/* Android */
Color.parseColor("#082413")Accessibility — WCAG contrast
Aa
#082413 on white: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082413 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green14.1%
Blue7.5%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow47.2%
Key (black)85.9%
Color previews
#082413 text on a black background
contrast 1.27:1
Card sample
#082413 text on a white background
contrast 16.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082413;
Background color
Panel with #082413 background
background-color: #082413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 36, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 36, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082413; background: linear-gradient(135deg, #082413, #082224);