#081213
a deep, soft cyan · cool · closest name: black
RGB
8, 18, 19
HSL
186°, 41%, 5%
CMYK
58, 5, 0, 93
Luminance
0.0053
Every format
| HEX | #081213 |
| RGB | rgb(8, 18, 19) |
| HSL | hsl(186, 41%, 5%) |
| CMYK | cmyk(58%, 5%, 0%, 93%) |
| LAB | lab(4.8 -2.9 -1.7) |
| LCH | lch(4.8 3.4 210.0) |
| OKLCH | oklch(0.173 0.015 203.7) |
Copy-ready code
/* CSS */
color: #081213;
background-color: #081213;
/* Tailwind (arbitrary) */
class="text-[#081213] bg-[#081213]"
/* SCSS */
$brand: #081213;
/* SwiftUI */
Color(red: 0.031, green: 0.071, blue: 0.075)
/* Android */
Color.parseColor("#081213")Accessibility — WCAG contrast
Aa
#081213 on white: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081213 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green7.1%
Blue7.5%
CMYK percentages
Cyan57.9%
Magenta5.3%
Yellow0.0%
Key (black)92.5%
Color previews
#081213 text on a black background
contrast 1.11:1
Card sample
#081213 text on a white background
contrast 18.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081213;
Background color
Panel with #081213 background
background-color: #081213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 18, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 18, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081213; background: linear-gradient(135deg, #081213, #080B13);