#08073b
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 7, 59
HSL
241°, 79%, 13%
CMYK
86, 88, 0, 77
Luminance
0.0052
Every format
| HEX | #08073b |
| RGB | rgb(8, 7, 59) |
| HSL | hsl(241, 79%, 13%) |
| CMYK | cmyk(86%, 88%, 0%, 77%) |
| LAB | lab(4.7 19.1 -31.8) |
| LCH | lch(4.7 37.1 301.0) |
| OKLCH | oklch(0.182 0.095 272.7) |
Copy-ready code
/* CSS */
color: #08073b;
background-color: #08073b;
/* Tailwind (arbitrary) */
class="text-[#08073b] bg-[#08073b]"
/* SCSS */
$brand: #08073b;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.231)
/* Android */
Color.parseColor("#08073b")Accessibility — WCAG contrast
Aa
#08073b on white: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08073b on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue23.1%
CMYK percentages
Cyan86.4%
Magenta88.1%
Yellow0.0%
Key (black)76.9%
Color previews
#08073b text on a black background
contrast 1.10:1
Card sample
#08073b text on a white background
contrast 19.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08073b;
Background color
Panel with #08073b background
background-color: #08073b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08073b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08073b; background: linear-gradient(135deg, #08073b, #2B073B);