#082613
a deep, vivid green · cool · closest name: black
RGB
8, 38, 19
HSL
142°, 65%, 9%
CMYK
79, 0, 50, 85
Luminance
0.0148
Every format
| HEX | #082613 |
| RGB | rgb(8, 38, 19) |
| HSL | hsl(142, 65%, 9%) |
| CMYK | cmyk(79%, 0%, 50%, 85%) |
| LAB | lab(12.5 -16.7 9.3) |
| LCH | lch(12.5 19.1 150.7) |
| OKLCH | oklch(0.240 0.051 152.6) |
Copy-ready code
/* CSS */
color: #082613;
background-color: #082613;
/* Tailwind (arbitrary) */
class="text-[#082613] bg-[#082613]"
/* SCSS */
$brand: #082613;
/* SwiftUI */
Color(red: 0.031, green: 0.149, blue: 0.075)
/* Android */
Color.parseColor("#082613")Accessibility — WCAG contrast
Aa
#082613 on white: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082613 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green14.9%
Blue7.5%
CMYK percentages
Cyan78.9%
Magenta0.0%
Yellow50.0%
Key (black)85.1%
Color previews
#082613 text on a black background
contrast 1.30:1
Card sample
#082613 text on a white background
contrast 16.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082613;
Background color
Panel with #082613 background
background-color: #082613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 38, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 38, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082613; background: linear-gradient(135deg, #082613, #082526);