#08064f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 6, 79
HSL
242°, 86%, 17%
CMYK
90, 92, 0, 69
Luminance
0.0075
Every format
| HEX | #08064f |
| RGB | rgb(8, 6, 79) |
| HSL | hsl(242, 86%, 17%) |
| CMYK | cmyk(90%, 92%, 0%, 69%) |
| LAB | lab(6.7 29.5 -42.6) |
| LCH | lch(6.7 51.8 304.7) |
| OKLCH | oklch(0.209 0.124 269.8) |
Copy-ready code
/* CSS */
color: #08064f;
background-color: #08064f;
/* Tailwind (arbitrary) */
class="text-[#08064f] bg-[#08064f]"
/* SCSS */
$brand: #08064f;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.310)
/* Android */
Color.parseColor("#08064f")Accessibility — WCAG contrast
Aa
#08064f on white: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08064f on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue31.0%
CMYK percentages
Cyan89.9%
Magenta92.4%
Yellow0.0%
Key (black)69.0%
Color previews
#08064f text on a black background
contrast 1.15:1
Card sample
#08064f text on a white background
contrast 18.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08064f;
Background color
Panel with #08064f background
background-color: #08064f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08064f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08064f; background: linear-gradient(135deg, #08064f, #39064F);