#08014f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 1, 79
HSL
245°, 98%, 16%
CMYK
90, 99, 0, 69
Luminance
0.0064
Every format
| HEX | #08014f |
| RGB | rgb(8, 1, 79) |
| HSL | hsl(245, 98%, 16%) |
| CMYK | cmyk(90%, 99%, 0%, 69%) |
| LAB | lab(5.8 32.2 -44.2) |
| LCH | lch(5.8 54.7 306.1) |
| OKLCH | oklch(0.201 0.129 270.2) |
Copy-ready code
/* CSS */
color: #08014f;
background-color: #08014f;
/* Tailwind (arbitrary) */
class="text-[#08014f] bg-[#08014f]"
/* SCSS */
$brand: #08014f;
/* SwiftUI */
Color(red: 0.031, green: 0.004, blue: 0.310)
/* Android */
Color.parseColor("#08014f")Accessibility — WCAG contrast
Aa
#08014f on white: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08014f on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.4%
Blue31.0%
CMYK percentages
Cyan89.9%
Magenta98.7%
Yellow0.0%
Key (black)69.0%
Color previews
#08014f text on a black background
contrast 1.13:1
Card sample
#08014f text on a white background
contrast 18.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08014f;
Background color
Panel with #08014f background
background-color: #08014f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08014f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 1, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 1, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08014f; background: linear-gradient(135deg, #08014f, #3C014F);