#082213
a deep, vivid green · cool · closest name: black
RGB
8, 34, 19
HSL
145°, 62%, 8%
CMYK
77, 0, 44, 87
Luminance
0.0124
Every format
| HEX | #082213 |
| RGB | rgb(8, 34, 19) |
| HSL | hsl(145, 62%, 8%) |
| CMYK | cmyk(77%, 0%, 44%, 87%) |
| LAB | lab(10.9 -14.5 7.1) |
| LCH | lch(10.9 16.1 153.9) |
| OKLCH | oklch(0.227 0.043 155.3) |
Copy-ready code
/* CSS */
color: #082213;
background-color: #082213;
/* Tailwind (arbitrary) */
class="text-[#082213] bg-[#082213]"
/* SCSS */
$brand: #082213;
/* SwiftUI */
Color(red: 0.031, green: 0.133, blue: 0.075)
/* Android */
Color.parseColor("#082213")Accessibility — WCAG contrast
Aa
#082213 on white: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082213 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green13.3%
Blue7.5%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow44.1%
Key (black)86.7%
Color previews
#082213 text on a black background
contrast 1.25:1
Card sample
#082213 text on a white background
contrast 16.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082213;
Background color
Panel with #082213 background
background-color: #082213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 34, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 34, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082213; background: linear-gradient(135deg, #082213, #082022);