#08065f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 6, 95
HSL
241°, 88%, 20%
CMYK
92, 94, 0, 63
Luminance
0.0101
Every format
| HEX | #08065f |
| RGB | rgb(8, 6, 95) |
| HSL | hsl(241, 88%, 20%) |
| CMYK | cmyk(92%, 94%, 0%, 63%) |
| LAB | lab(9.1 35.1 -49.7) |
| LCH | lch(9.1 60.8 305.3) |
| OKLCH | oklch(0.232 0.144 268.2) |
Copy-ready code
/* CSS */
color: #08065f;
background-color: #08065f;
/* Tailwind (arbitrary) */
class="text-[#08065f] bg-[#08065f]"
/* SCSS */
$brand: #08065f;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.373)
/* Android */
Color.parseColor("#08065f")Accessibility — WCAG contrast
Aa
#08065f on white: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08065f on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue37.3%
CMYK percentages
Cyan91.6%
Magenta93.7%
Yellow0.0%
Key (black)62.7%
Color previews
#08065f text on a black background
contrast 1.20:1
Card sample
#08065f text on a white background
contrast 17.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08065f;
Background color
Panel with #08065f background
background-color: #08065f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08065f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08065f; background: linear-gradient(135deg, #08065f, #43065F);