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