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