#070708
a deep, muted near-black · warm · “black”
RGB
7, 7, 8
HSL
240°, 7%, 3%
CMYK
13, 13, 0, 97
Luminance
0.0021
Every format
| HEX | #070708 |
| RGB | rgb(7, 7, 8) |
| HSL | hsl(240, 7%, 3%) |
| CMYK | cmyk(13%, 13%, 0%, 97%) |
| LAB | lab(1.9 0.1 -0.4) |
| LCH | lch(1.9 0.4 290.2) |
| OKLCH | oklch(0.129 0.003 286.0) |
Copy-ready code
/* CSS */
color: #070708;
background-color: #070708;
/* Tailwind (arbitrary) */
class="text-[#070708] bg-[#070708]"
/* SCSS */
$brand: #070708;
/* SwiftUI */
Color(red: 0.027, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#070708")Accessibility — WCAG contrast
Aa
#070708 on white: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070708 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green2.7%
Blue3.1%
CMYK percentages
Cyan12.5%
Magenta12.5%
Yellow0.0%
Key (black)96.9%
Color previews
#070708 text on a black background
contrast 1.04:1
Card sample
#070708 text on a white background
contrast 20.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070708;
Background color
Panel with #070708 background
background-color: #070708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070708; background: linear-gradient(135deg, #070708, #080708);