#080a0c
a deep, soft blue · cool · closest name: black
RGB
8, 10, 12
HSL
210°, 20%, 4%
CMYK
33, 17, 0, 95
Luminance
0.0030
Every format
| HEX | #080a0c |
| RGB | rgb(8, 10, 12) |
| HSL | hsl(210, 20%, 4%) |
| CMYK | cmyk(33%, 17%, 0%, 95%) |
| LAB | lab(2.7 -0.2 -1.0) |
| LCH | lch(2.7 1.0 256.8) |
| OKLCH | oklch(0.143 0.006 246.4) |
Copy-ready code
/* CSS */
color: #080a0c;
background-color: #080a0c;
/* Tailwind (arbitrary) */
class="text-[#080a0c] bg-[#080a0c]"
/* SCSS */
$brand: #080a0c;
/* SwiftUI */
Color(red: 0.031, green: 0.039, blue: 0.047)
/* Android */
Color.parseColor("#080a0c")Accessibility — WCAG contrast
Aa
#080a0c on white: 19.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080a0c on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.9%
Blue4.7%
CMYK percentages
Cyan33.3%
Magenta16.7%
Yellow0.0%
Key (black)95.3%
Color previews
#080a0c text on a black background
contrast 1.06:1
Card sample
#080a0c text on a white background
contrast 19.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080a0c;
Background color
Panel with #080a0c background
background-color: #080a0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080a0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 10, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 10, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080a0c; background: linear-gradient(135deg, #080a0c, #09080C);