#080c22
a deep, vivid blue · warm · closest name: black
RGB
8, 12, 34
HSL
231°, 62%, 8%
CMYK
77, 65, 0, 87
Luminance
0.0043
Every format
| HEX | #080c22 |
| RGB | rgb(8, 12, 34) |
| HSL | hsl(231, 62%, 8%) |
| CMYK | cmyk(77%, 65%, 0%, 87%) |
| LAB | lab(3.9 4.6 -14.4) |
| LCH | lch(3.9 15.1 287.6) |
| OKLCH | oklch(0.165 0.046 272.4) |
Copy-ready code
/* CSS */
color: #080c22;
background-color: #080c22;
/* Tailwind (arbitrary) */
class="text-[#080c22] bg-[#080c22]"
/* SCSS */
$brand: #080c22;
/* SwiftUI */
Color(red: 0.031, green: 0.047, blue: 0.133)
/* Android */
Color.parseColor("#080c22")Accessibility — WCAG contrast
Aa
#080c22 on white: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080c22 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.7%
Blue13.3%
CMYK percentages
Cyan76.5%
Magenta64.7%
Yellow0.0%
Key (black)86.7%
Color previews
#080c22 text on a black background
contrast 1.09:1
Card sample
#080c22 text on a white background
contrast 19.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080c22;
Background color
Panel with #080c22 background
background-color: #080c22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080c22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 12, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 12, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080c22; background: linear-gradient(135deg, #080c22, #150822);