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