#080334
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 3, 52
HSL
246°, 89%, 11%
CMYK
85, 94, 0, 80
Luminance
0.0036
Every format
| HEX | #080334 |
| RGB | rgb(8, 3, 52) |
| HSL | hsl(246, 89%, 11%) |
| CMYK | cmyk(85%, 94%, 0%, 80%) |
| LAB | lab(3.3 16.6 -29.0) |
| LCH | lch(3.3 33.4 299.9) |
| OKLCH | oklch(0.164 0.091 275.9) |
Copy-ready code
/* CSS */
color: #080334;
background-color: #080334;
/* Tailwind (arbitrary) */
class="text-[#080334] bg-[#080334]"
/* SCSS */
$brand: #080334;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.204)
/* Android */
Color.parseColor("#080334")Accessibility — WCAG contrast
Aa
#080334 on white: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080334 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue20.4%
CMYK percentages
Cyan84.6%
Magenta94.2%
Yellow0.0%
Key (black)79.6%
Color previews
#080334 text on a black background
contrast 1.07:1
Card sample
#080334 text on a white background
contrast 19.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080334;
Background color
Panel with #080334 background
background-color: #080334;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080334;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080334; background: linear-gradient(135deg, #080334, #290334);