#08074c
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 7, 76
HSL
241°, 83%, 16%
CMYK
90, 91, 0, 70
Luminance
0.0073
Every format
| HEX | #08074c |
| RGB | rgb(8, 7, 76) |
| HSL | hsl(241, 83%, 16%) |
| CMYK | cmyk(90%, 91%, 0%, 70%) |
| LAB | lab(6.5 27.7 -40.9) |
| LCH | lch(6.5 49.3 304.1) |
| OKLCH | oklch(0.206 0.119 270.0) |
Copy-ready code
/* CSS */
color: #08074c;
background-color: #08074c;
/* Tailwind (arbitrary) */
class="text-[#08074c] bg-[#08074c]"
/* SCSS */
$brand: #08074c;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.298)
/* Android */
Color.parseColor("#08074c")Accessibility — WCAG contrast
Aa
#08074c on white: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08074c on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue29.8%
CMYK percentages
Cyan89.5%
Magenta90.8%
Yellow0.0%
Key (black)70.2%
Color previews
#08074c text on a black background
contrast 1.15:1
Card sample
#08074c text on a white background
contrast 18.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08074c;
Background color
Panel with #08074c background
background-color: #08074c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08074c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08074c; background: linear-gradient(135deg, #08074c, #36074C);