#08074b
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 7, 75
HSL
241°, 83%, 16%
CMYK
89, 91, 0, 71
Luminance
0.0071
Every format
| HEX | #08074b |
| RGB | rgb(8, 7, 75) |
| HSL | hsl(241, 83%, 16%) |
| CMYK | cmyk(89%, 91%, 0%, 71%) |
| LAB | lab(6.4 27.2 -40.4) |
| LCH | lch(6.4 48.7 304.0) |
| OKLCH | oklch(0.204 0.117 270.2) |
Copy-ready code
/* CSS */
color: #08074b;
background-color: #08074b;
/* Tailwind (arbitrary) */
class="text-[#08074b] bg-[#08074b]"
/* SCSS */
$brand: #08074b;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.294)
/* Android */
Color.parseColor("#08074b")Accessibility — WCAG contrast
Aa
#08074b on white: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08074b on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue29.4%
CMYK percentages
Cyan89.3%
Magenta90.7%
Yellow0.0%
Key (black)70.6%
Color previews
#08074b text on a black background
contrast 1.14:1
Card sample
#08074b text on a white background
contrast 18.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08074b;
Background color
Panel with #08074b background
background-color: #08074b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08074b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08074b; background: linear-gradient(135deg, #08074b, #35074B);