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