#080a4f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 10, 79
HSL
238°, 82%, 17%
CMYK
90, 87, 0, 69
Luminance
0.0083
Every format
| HEX | #080a4f |
| RGB | rgb(8, 10, 79) |
| HSL | hsl(238, 82%, 17%) |
| CMYK | cmyk(90%, 87%, 0%, 69%) |
| LAB | lab(7.5 27.3 -41.3) |
| LCH | lch(7.5 49.5 303.4) |
| OKLCH | oklch(0.214 0.120 269.3) |
Copy-ready code
/* CSS */
color: #080a4f;
background-color: #080a4f;
/* Tailwind (arbitrary) */
class="text-[#080a4f] bg-[#080a4f]"
/* SCSS */
$brand: #080a4f;
/* SwiftUI */
Color(red: 0.031, green: 0.039, blue: 0.310)
/* Android */
Color.parseColor("#080a4f")Accessibility — WCAG contrast
Aa
#080a4f on white: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080a4f on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.9%
Blue31.0%
CMYK percentages
Cyan89.9%
Magenta87.3%
Yellow0.0%
Key (black)69.0%
Color previews
#080a4f text on a black background
contrast 1.17:1
Card sample
#080a4f text on a white background
contrast 18.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080a4f;
Background color
Panel with #080a4f background
background-color: #080a4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080a4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 10, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 10, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080a4f; background: linear-gradient(135deg, #080a4f, #35084F);