#080b27
a deep, vivid blue · warm · closest name: black
RGB
8, 11, 39
HSL
234°, 66%, 9%
CMYK
80, 72, 0, 85
Luminance
0.0044
Every format
| HEX | #080b27 |
| RGB | rgb(8, 11, 39) |
| HSL | hsl(234, 66%, 9%) |
| CMYK | cmyk(80%, 72%, 0%, 85%) |
| LAB | lab(4.0 7.0 -18.1) |
| LCH | lch(4.0 19.4 291.0) |
| OKLCH | oklch(0.167 0.057 273.7) |
Copy-ready code
/* CSS */
color: #080b27;
background-color: #080b27;
/* Tailwind (arbitrary) */
class="text-[#080b27] bg-[#080b27]"
/* SCSS */
$brand: #080b27;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.153)
/* Android */
Color.parseColor("#080b27")Accessibility — WCAG contrast
Aa
#080b27 on white: 19.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b27 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue15.3%
CMYK percentages
Cyan79.5%
Magenta71.8%
Yellow0.0%
Key (black)84.7%
Color previews
#080b27 text on a black background
contrast 1.09:1
Card sample
#080b27 text on a white background
contrast 19.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b27;
Background color
Panel with #080b27 background
background-color: #080b27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b27; background: linear-gradient(135deg, #080b27, #1A0827);