#020719
a deep, electric blue · warm · closest name: black
RGB
2, 7, 25
HSL
227°, 85%, 5%
CMYK
92, 72, 0, 90
Luminance
0.0024
Every format
| HEX | #020719 |
| RGB | rgb(2, 7, 25) |
| HSL | hsl(227, 85%, 5%) |
| CMYK | cmyk(92%, 72%, 0%, 90%) |
| LAB | lab(2.1 2.2 -9.9) |
| LCH | lch(2.1 10.2 282.3) |
| OKLCH | oklch(0.135 0.042 263.3) |
Copy-ready code
/* CSS */
color: #020719;
background-color: #020719;
/* Tailwind (arbitrary) */
class="text-[#020719] bg-[#020719]"
/* SCSS */
$brand: #020719;
/* SwiftUI */
Color(red: 0.008, green: 0.027, blue: 0.098)
/* Android */
Color.parseColor("#020719")Accessibility — WCAG contrast
Aa
#020719 on white: 20.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020719 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green2.7%
Blue9.8%
CMYK percentages
Cyan92.0%
Magenta72.0%
Yellow0.0%
Key (black)90.2%
Color previews
#020719 text on a black background
contrast 1.05:1
Card sample
#020719 text on a white background
contrast 20.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020719;
Background color
Panel with #020719 background
background-color: #020719;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020719;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 7, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 7, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020719; background: linear-gradient(135deg, #020719, #0C0219);