#080722
a deep, vivid blue · warm · closest name: black
RGB
8, 7, 34
HSL
242°, 66%, 8%
CMYK
77, 79, 0, 87
Luminance
0.0032
Every format
| HEX | #080722 |
| RGB | rgb(8, 7, 34) |
| HSL | hsl(242, 66%, 8%) |
| CMYK | cmyk(77%, 79%, 0%, 87%) |
| LAB | lab(2.9 6.6 -15.9) |
| LCH | lch(2.9 17.2 292.6) |
| OKLCH | oklch(0.152 0.055 279.4) |
Copy-ready code
/* CSS */
color: #080722;
background-color: #080722;
/* Tailwind (arbitrary) */
class="text-[#080722] bg-[#080722]"
/* SCSS */
$brand: #080722;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.133)
/* Android */
Color.parseColor("#080722")Accessibility — WCAG contrast
Aa
#080722 on white: 19.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080722 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue13.3%
CMYK percentages
Cyan76.5%
Magenta79.4%
Yellow0.0%
Key (black)86.7%
Color previews
#080722 text on a black background
contrast 1.06:1
Card sample
#080722 text on a white background
contrast 19.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080722;
Background color
Panel with #080722 background
background-color: #080722;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080722;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080722; background: linear-gradient(135deg, #080722, #1A0722);