#08073f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 7, 63
HSL
241°, 80%, 14%
CMYK
87, 89, 0, 75
Luminance
0.0056
Every format
| HEX | #08073f |
| RGB | rgb(8, 7, 63) |
| HSL | hsl(241, 80%, 14%) |
| CMYK | cmyk(87%, 89%, 0%, 75%) |
| LAB | lab(5.1 21.3 -34.1) |
| LCH | lch(5.1 40.2 302.0) |
| OKLCH | oklch(0.188 0.101 271.9) |
Copy-ready code
/* CSS */
color: #08073f;
background-color: #08073f;
/* Tailwind (arbitrary) */
class="text-[#08073f] bg-[#08073f]"
/* SCSS */
$brand: #08073f;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.247)
/* Android */
Color.parseColor("#08073f")Accessibility — WCAG contrast
Aa
#08073f on white: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08073f on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue24.7%
CMYK percentages
Cyan87.3%
Magenta88.9%
Yellow0.0%
Key (black)75.3%
Color previews
#08073f text on a black background
contrast 1.11:1
Card sample
#08073f text on a white background
contrast 18.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08073f;
Background color
Panel with #08073f background
background-color: #08073f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08073f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08073f; background: linear-gradient(135deg, #08073f, #2D073F);