#060607
a deep, muted near-black · warm · “black”
RGB
6, 6, 7
HSL
240°, 8%, 3%
CMYK
14, 14, 0, 97
Luminance
0.0018
Every format
| HEX | #060607 |
| RGB | rgb(6, 6, 7) |
| HSL | hsl(240, 8%, 3%) |
| CMYK | cmyk(14%, 14%, 0%, 97%) |
| LAB | lab(1.7 0.1 -0.4) |
| LCH | lch(1.7 0.4 290.2) |
| OKLCH | oklch(0.123 0.003 286.0) |
Copy-ready code
/* CSS */
color: #060607;
background-color: #060607;
/* Tailwind (arbitrary) */
class="text-[#060607] bg-[#060607]"
/* SCSS */
$brand: #060607;
/* SwiftUI */
Color(red: 0.024, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#060607")Accessibility — WCAG contrast
Aa
#060607 on white: 20.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#060607 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green2.4%
Blue2.7%
CMYK percentages
Cyan14.3%
Magenta14.3%
Yellow0.0%
Key (black)97.3%
Color previews
#060607 text on a black background
contrast 1.04:1
Card sample
#060607 text on a white background
contrast 20.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #060607;
Background color
Panel with #060607 background
background-color: #060607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #060607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #060607; background: linear-gradient(135deg, #060607, #070607);