#081024
a deep, vivid blue · cool · closest name: black
RGB
8, 16, 36
HSL
223°, 64%, 9%
CMYK
78, 56, 0, 86
Luminance
0.0055
Every format
| HEX | #081024 |
| RGB | rgb(8, 16, 36) |
| HSL | hsl(223, 64%, 9%) |
| CMYK | cmyk(78%, 56%, 0%, 86%) |
| LAB | lab(5.0 3.3 -14.3) |
| LCH | lch(5.0 14.7 283.2) |
| OKLCH | oklch(0.178 0.043 265.6) |
Copy-ready code
/* CSS */
color: #081024;
background-color: #081024;
/* Tailwind (arbitrary) */
class="text-[#081024] bg-[#081024]"
/* SCSS */
$brand: #081024;
/* SwiftUI */
Color(red: 0.031, green: 0.063, blue: 0.141)
/* Android */
Color.parseColor("#081024")Accessibility — WCAG contrast
Aa
#081024 on white: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081024 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.3%
Blue14.1%
CMYK percentages
Cyan77.8%
Magenta55.6%
Yellow0.0%
Key (black)85.9%
Color previews
#081024 text on a black background
contrast 1.11:1
Card sample
#081024 text on a white background
contrast 18.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081024;
Background color
Panel with #081024 background
background-color: #081024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 16, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 16, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081024; background: linear-gradient(135deg, #081024, #130824);