#081821
a deep, vivid blue · cool · closest name: black
RGB
8, 24, 33
HSL
202°, 61%, 8%
CMYK
76, 27, 0, 87
Luminance
0.0081
Every format
| HEX | #081821 |
| RGB | rgb(8, 24, 33) |
| HSL | hsl(202, 61%, 8%) |
| CMYK | cmyk(76%, 27%, 0%, 87%) |
| LAB | lab(7.4 -3.0 -8.3) |
| LCH | lch(7.4 8.8 250.2) |
| OKLCH | oklch(0.200 0.028 235.1) |
Copy-ready code
/* CSS */
color: #081821;
background-color: #081821;
/* Tailwind (arbitrary) */
class="text-[#081821] bg-[#081821]"
/* SCSS */
$brand: #081821;
/* SwiftUI */
Color(red: 0.031, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#081821")Accessibility — WCAG contrast
Aa
#081821 on white: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081821 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green9.4%
Blue12.9%
CMYK percentages
Cyan75.8%
Magenta27.3%
Yellow0.0%
Key (black)87.1%
Color previews
#081821 text on a black background
contrast 1.16:1
Card sample
#081821 text on a white background
contrast 18.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081821;
Background color
Panel with #081821 background
background-color: #081821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081821; background: linear-gradient(135deg, #081821, #090821);