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