#08005f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 0, 95
HSL
245°, 100%, 19%
CMYK
92, 100, 0, 63
Luminance
0.0088
Every format
| HEX | #08005f |
| RGB | rgb(8, 0, 95) |
| HSL | hsl(245, 100%, 19%) |
| CMYK | cmyk(92%, 100%, 0%, 63%) |
| LAB | lab(7.9 38.6 -51.5) |
| LCH | lch(7.9 64.4 306.8) |
| OKLCH | oklch(0.224 0.149 268.4) |
Copy-ready code
/* CSS */
color: #08005f;
background-color: #08005f;
/* Tailwind (arbitrary) */
class="text-[#08005f] bg-[#08005f]"
/* SCSS */
$brand: #08005f;
/* SwiftUI */
Color(red: 0.031, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#08005f")Accessibility — WCAG contrast
Aa
#08005f on white: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08005f on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.0%
Blue37.3%
CMYK percentages
Cyan91.6%
Magenta100.0%
Yellow0.0%
Key (black)62.7%
Color previews
#08005f text on a black background
contrast 1.18:1
Card sample
#08005f text on a white background
contrast 17.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08005f;
Background color
Panel with #08005f background
background-color: #08005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08005f; background: linear-gradient(135deg, #08005f, #47005F);