#080a3f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 10, 63
HSL
238°, 78%, 14%
CMYK
87, 84, 0, 75
Luminance
0.0063
Every format
| HEX | #080a3f |
| RGB | rgb(8, 10, 63) |
| HSL | hsl(238, 78%, 14%) |
| CMYK | cmyk(87%, 84%, 0%, 75%) |
| LAB | lab(5.7 19.9 -33.1) |
| LCH | lch(5.7 38.6 301.0) |
| OKLCH | oklch(0.193 0.097 271.1) |
Copy-ready code
/* CSS */
color: #080a3f;
background-color: #080a3f;
/* Tailwind (arbitrary) */
class="text-[#080a3f] bg-[#080a3f]"
/* SCSS */
$brand: #080a3f;
/* SwiftUI */
Color(red: 0.031, green: 0.039, blue: 0.247)
/* Android */
Color.parseColor("#080a3f")Accessibility — WCAG contrast
Aa
#080a3f on white: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080a3f on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.9%
Blue24.7%
CMYK percentages
Cyan87.3%
Magenta84.1%
Yellow0.0%
Key (black)75.3%
Color previews
#080a3f text on a black background
contrast 1.13:1
Card sample
#080a3f text on a white background
contrast 18.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080a3f;
Background color
Panel with #080a3f background
background-color: #080a3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080a3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 10, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 10, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080a3f; background: linear-gradient(135deg, #080a3f, #2B083F);