#083313
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 51, 19
HSL
135°, 73%, 12%
CMYK
84, 0, 63, 80
Luminance
0.0247
Every format
| HEX | #083313 |
| RGB | rgb(8, 51, 19) |
| HSL | hsl(135, 73%, 12%) |
| CMYK | cmyk(84%, 0%, 63%, 80%) |
| LAB | lab(17.8 -22.9 16.1) |
| LCH | lch(17.8 28.0 145.0) |
| OKLCH | oklch(0.283 0.073 147.9) |
Copy-ready code
/* CSS */
color: #083313;
background-color: #083313;
/* Tailwind (arbitrary) */
class="text-[#083313] bg-[#083313]"
/* SCSS */
$brand: #083313;
/* SwiftUI */
Color(red: 0.031, green: 0.200, blue: 0.075)
/* Android */
Color.parseColor("#083313")Accessibility — WCAG contrast
Aa
#083313 on white: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083313 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.0%
Blue7.5%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow62.7%
Key (black)80.0%
Color previews
#083313 text on a black background
contrast 1.49:1
Card sample
#083313 text on a white background
contrast 14.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083313;
Background color
Panel with #083313 background
background-color: #083313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 51, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 51, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083313; background: linear-gradient(135deg, #083313, #083330);