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