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