#080607
a deep, muted magenta / pink · warm · “black”
RGB
8, 6, 7
HSL
330°, 14%, 3%
CMYK
0, 25, 13, 97
Luminance
0.0020
Every format
| HEX | #080607 |
| RGB | rgb(8, 6, 7) |
| HSL | hsl(330, 14%, 3%) |
| CMYK | cmyk(0%, 25%, 13%, 97%) |
| LAB | lab(1.8 0.7 -0.2) |
| LCH | lch(1.8 0.7 343.9) |
| OKLCH | oklch(0.126 0.005 345.1) |
Copy-ready code
/* CSS */
color: #080607;
background-color: #080607;
/* Tailwind (arbitrary) */
class="text-[#080607] bg-[#080607]"
/* SCSS */
$brand: #080607;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#080607")Accessibility — WCAG contrast
Aa
#080607 on white: 20.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080607 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow12.5%
Key (black)96.9%
Color previews
#080607 text on a black background
contrast 1.04:1
Card sample
#080607 text on a white background
contrast 20.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080607;
Background color
Panel with #080607 background
background-color: #080607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080607; background: linear-gradient(135deg, #080607, #080606);