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