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