#020607
a deep, vivid cyan · cool · “black”
RGB
2, 6, 7
HSL
192°, 56%, 2%
CMYK
71, 14, 0, 97
Luminance
0.0016
Every format
| HEX | #020607 |
| RGB | rgb(2, 6, 7) |
| HSL | hsl(192, 56%, 2%) |
| CMYK | cmyk(71%, 14%, 0%, 97%) |
| LAB | lab(1.4 -0.9 -0.8) |
| LCH | lch(1.4 1.2 219.5) |
| OKLCH | oklch(0.115 0.012 210.3) |
Copy-ready code
/* CSS */
color: #020607;
background-color: #020607;
/* Tailwind (arbitrary) */
class="text-[#020607] bg-[#020607]"
/* SCSS */
$brand: #020607;
/* SwiftUI */
Color(red: 0.008, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#020607")Accessibility — WCAG contrast
Aa
#020607 on white: 20.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020607 on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green2.4%
Blue2.7%
CMYK percentages
Cyan71.4%
Magenta14.3%
Yellow0.0%
Key (black)97.3%
Color previews
#020607 text on a black background
contrast 1.03:1
Card sample
#020607 text on a white background
contrast 20.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020607;
Background color
Panel with #020607 background
background-color: #020607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020607; background: linear-gradient(135deg, #020607, #020307);