#080f3d
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 15, 61
HSL
232°, 77%, 14%
CMYK
87, 75, 0, 76
Luminance
0.0073
Every format
| HEX | #080f3d |
| RGB | rgb(8, 15, 61) |
| HSL | hsl(232, 77%, 14%) |
| CMYK | cmyk(87%, 75%, 0%, 76%) |
| LAB | lab(6.6 16.1 -30.2) |
| LCH | lch(6.6 34.2 298.2) |
| OKLCH | oklch(0.201 0.088 269.5) |
Copy-ready code
/* CSS */
color: #080f3d;
background-color: #080f3d;
/* Tailwind (arbitrary) */
class="text-[#080f3d] bg-[#080f3d]"
/* SCSS */
$brand: #080f3d;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.239)
/* Android */
Color.parseColor("#080f3d")Accessibility — WCAG contrast
Aa
#080f3d on white: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f3d on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue23.9%
CMYK percentages
Cyan86.9%
Magenta75.4%
Yellow0.0%
Key (black)76.1%
Color previews
#080f3d text on a black background
contrast 1.15:1
Card sample
#080f3d text on a white background
contrast 18.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f3d;
Background color
Panel with #080f3d background
background-color: #080f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f3d; background: linear-gradient(135deg, #080f3d, #24083D);