#020311
a deep, electric blue · warm · closest name: black
RGB
2, 3, 17
HSL
236°, 79%, 4%
CMYK
88, 82, 0, 93
Luminance
0.0012
Every format
| HEX | #020311 |
| RGB | rgb(2, 3, 17) |
| HSL | hsl(236, 79%, 4%) |
| CMYK | cmyk(88%, 82%, 0%, 93%) |
| LAB | lab(1.1 1.9 -6.0) |
| LCH | lch(1.1 6.2 287.6) |
| OKLCH | oklch(0.108 0.038 272.6) |
Copy-ready code
/* CSS */
color: #020311;
background-color: #020311;
/* Tailwind (arbitrary) */
class="text-[#020311] bg-[#020311]"
/* SCSS */
$brand: #020311;
/* SwiftUI */
Color(red: 0.008, green: 0.012, blue: 0.067)
/* Android */
Color.parseColor("#020311")Accessibility — WCAG contrast
Aa
#020311 on white: 20.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020311 on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green1.2%
Blue6.7%
CMYK percentages
Cyan88.2%
Magenta82.4%
Yellow0.0%
Key (black)93.3%
Color previews
#020311 text on a black background
contrast 1.02:1
Card sample
#020311 text on a white background
contrast 20.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020311;
Background color
Panel with #020311 background
background-color: #020311;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020311;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 3, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 3, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020311; background: linear-gradient(135deg, #020311, #0B0211);