#080f2b
a deep, vivid blue · warm · closest name: black
RGB
8, 15, 43
HSL
228°, 69%, 10%
CMYK
81, 65, 0, 83
Luminance
0.0057
Every format
| HEX | #080f2b |
| RGB | rgb(8, 15, 43) |
| HSL | hsl(228, 69%, 10%) |
| CMYK | cmyk(81%, 65%, 0%, 83%) |
| LAB | lab(5.1 6.9 -19.3) |
| LCH | lch(5.1 20.5 289.5) |
| OKLCH | oklch(0.181 0.058 269.2) |
Copy-ready code
/* CSS */
color: #080f2b;
background-color: #080f2b;
/* Tailwind (arbitrary) */
class="text-[#080f2b] bg-[#080f2b]"
/* SCSS */
$brand: #080f2b;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.169)
/* Android */
Color.parseColor("#080f2b")Accessibility — WCAG contrast
Aa
#080f2b on white: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f2b on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue16.9%
CMYK percentages
Cyan81.4%
Magenta65.1%
Yellow0.0%
Key (black)83.1%
Color previews
#080f2b text on a black background
contrast 1.11:1
Card sample
#080f2b text on a white background
contrast 18.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f2b;
Background color
Panel with #080f2b background
background-color: #080f2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f2b; background: linear-gradient(135deg, #080f2b, #18082B);