#080c2a
a deep, vivid blue · warm · closest name: black
RGB
8, 12, 42
HSL
233°, 68%, 10%
CMYK
81, 71, 0, 84
Luminance
0.0048
Every format
| HEX | #080c2a |
| RGB | rgb(8, 12, 42) |
| HSL | hsl(233, 68%, 10%) |
| CMYK | cmyk(81%, 71%, 0%, 84%) |
| LAB | lab(4.3 7.8 -19.8) |
| LCH | lch(4.3 21.3 291.6) |
| OKLCH | oklch(0.173 0.061 272.4) |
Copy-ready code
/* CSS */
color: #080c2a;
background-color: #080c2a;
/* Tailwind (arbitrary) */
class="text-[#080c2a] bg-[#080c2a]"
/* SCSS */
$brand: #080c2a;
/* SwiftUI */
Color(red: 0.031, green: 0.047, blue: 0.165)
/* Android */
Color.parseColor("#080c2a")Accessibility — WCAG contrast
Aa
#080c2a on white: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080c2a on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.7%
Blue16.5%
CMYK percentages
Cyan81.0%
Magenta71.4%
Yellow0.0%
Key (black)83.5%
Color previews
#080c2a text on a black background
contrast 1.10:1
Card sample
#080c2a text on a white background
contrast 19.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080c2a;
Background color
Panel with #080c2a background
background-color: #080c2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080c2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 12, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 12, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080c2a; background: linear-gradient(135deg, #080c2a, #1B082A);