#083213
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 50, 19
HSL
136°, 72%, 11%
CMYK
84, 0, 62, 80
Luminance
0.0238
Every format
| HEX | #083213 |
| RGB | rgb(8, 50, 19) |
| HSL | hsl(136, 72%, 11%) |
| CMYK | cmyk(84%, 0%, 62%, 80%) |
| LAB | lab(17.4 -22.5 15.6) |
| LCH | lch(17.4 27.4 145.3) |
| OKLCH | oklch(0.280 0.071 148.2) |
Copy-ready code
/* CSS */
color: #083213;
background-color: #083213;
/* Tailwind (arbitrary) */
class="text-[#083213] bg-[#083213]"
/* SCSS */
$brand: #083213;
/* SwiftUI */
Color(red: 0.031, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#083213")Accessibility — WCAG contrast
Aa
#083213 on white: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083213 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green19.6%
Blue7.5%
CMYK percentages
Cyan84.0%
Magenta0.0%
Yellow62.0%
Key (black)80.4%
Color previews
#083213 text on a black background
contrast 1.48:1
Card sample
#083213 text on a white background
contrast 14.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083213;
Background color
Panel with #083213 background
background-color: #083213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083213; background: linear-gradient(135deg, #083213, #08322F);