#080d2b
a deep, vivid blue · warm · closest name: black
RGB
8, 13, 43
HSL
231°, 69%, 10%
CMYK
81, 70, 0, 83
Luminance
0.0051
Every format
| HEX | #080d2b |
| RGB | rgb(8, 13, 43) |
| HSL | hsl(231, 69%, 10%) |
| CMYK | cmyk(81%, 70%, 0%, 83%) |
| LAB | lab(4.6 7.8 -20.1) |
| LCH | lch(4.6 21.6 291.4) |
| OKLCH | oklch(0.176 0.061 271.4) |
Copy-ready code
/* CSS */
color: #080d2b;
background-color: #080d2b;
/* Tailwind (arbitrary) */
class="text-[#080d2b] bg-[#080d2b]"
/* SCSS */
$brand: #080d2b;
/* SwiftUI */
Color(red: 0.031, green: 0.051, blue: 0.169)
/* Android */
Color.parseColor("#080d2b")Accessibility — WCAG contrast
Aa
#080d2b on white: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080d2b on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.1%
Blue16.9%
CMYK percentages
Cyan81.4%
Magenta69.8%
Yellow0.0%
Key (black)83.1%
Color previews
#080d2b text on a black background
contrast 1.10:1
Card sample
#080d2b text on a white background
contrast 19.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080d2b;
Background color
Panel with #080d2b background
background-color: #080d2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080d2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 13, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 13, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080d2b; background: linear-gradient(135deg, #080d2b, #1A082B);