#081421
a deep, vivid blue · cool · closest name: black
RGB
8, 20, 33
HSL
211°, 61%, 8%
CMYK
76, 39, 0, 87
Luminance
0.0066
Every format
| HEX | #081421 |
| RGB | rgb(8, 20, 33) |
| HSL | hsl(211, 61%, 8%) |
| CMYK | cmyk(76%, 39%, 0%, 87%) |
| LAB | lab(6.0 -0.2 -10.4) |
| LCH | lch(6.0 10.4 269.1) |
| OKLCH | oklch(0.188 0.032 251.4) |
Copy-ready code
/* CSS */
color: #081421;
background-color: #081421;
/* Tailwind (arbitrary) */
class="text-[#081421] bg-[#081421]"
/* SCSS */
$brand: #081421;
/* SwiftUI */
Color(red: 0.031, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#081421")Accessibility — WCAG contrast
Aa
#081421 on white: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081421 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green7.8%
Blue12.9%
CMYK percentages
Cyan75.8%
Magenta39.4%
Yellow0.0%
Key (black)87.1%
Color previews
#081421 text on a black background
contrast 1.13:1
Card sample
#081421 text on a white background
contrast 18.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081421;
Background color
Panel with #081421 background
background-color: #081421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081421; background: linear-gradient(135deg, #081421, #0D0821);