#08070c
a deep, soft blue · warm · closest name: black
RGB
8, 7, 12
HSL
252°, 26%, 4%
CMYK
33, 42, 0, 95
Luminance
0.0023
Every format
| HEX | #08070c |
| RGB | rgb(8, 7, 12) |
| HSL | hsl(252, 26%, 4%) |
| CMYK | cmyk(33%, 42%, 0%, 95%) |
| LAB | lab(2.1 1.0 -1.8) |
| LCH | lch(2.1 2.1 297.8) |
| OKLCH | oklch(0.133 0.012 295.0) |
Copy-ready code
/* CSS */
color: #08070c;
background-color: #08070c;
/* Tailwind (arbitrary) */
class="text-[#08070c] bg-[#08070c]"
/* SCSS */
$brand: #08070c;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.047)
/* Android */
Color.parseColor("#08070c")Accessibility — WCAG contrast
Aa
#08070c on white: 20.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08070c on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue4.7%
CMYK percentages
Cyan33.3%
Magenta41.7%
Yellow0.0%
Key (black)95.3%
Color previews
#08070c text on a black background
contrast 1.05:1
Card sample
#08070c text on a white background
contrast 20.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08070c;
Background color
Panel with #08070c background
background-color: #08070c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08070c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08070c; background: linear-gradient(135deg, #08070c, #0B070C);