#081808
a deep, vivid green · cool · closest name: black
RGB
8, 24, 8
HSL
120°, 50%, 6%
CMYK
67, 0, 67, 91
Luminance
0.0072
Every format
| HEX | #081808 |
| RGB | rgb(8, 24, 8) |
| HSL | hsl(120, 50%, 6%) |
| CMYK | cmyk(67%, 0%, 67%, 91%) |
| LAB | lab(6.5 -8.8 6.3) |
| LCH | lch(6.5 10.9 144.4) |
| OKLCH | oklch(0.189 0.038 143.9) |
Copy-ready code
/* CSS */
color: #081808;
background-color: #081808;
/* Tailwind (arbitrary) */
class="text-[#081808] bg-[#081808]"
/* SCSS */
$brand: #081808;
/* SwiftUI */
Color(red: 0.031, green: 0.094, blue: 0.031)
/* Android */
Color.parseColor("#081808")Accessibility — WCAG contrast
Aa
#081808 on white: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081808 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green9.4%
Blue3.1%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow66.7%
Key (black)90.6%
Color previews
#081808 text on a black background
contrast 1.14:1
Card sample
#081808 text on a white background
contrast 18.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081808;
Background color
Panel with #081808 background
background-color: #081808;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081808;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 24, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 24, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081808; background: linear-gradient(135deg, #081808, #081813);