#08085b
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 8, 91
HSL
240°, 84%, 19%
CMYK
91, 91, 0, 64
Luminance
0.0098
Every format
| HEX | #08085b |
| RGB | rgb(8, 8, 91) |
| HSL | hsl(240, 84%, 19%) |
| CMYK | cmyk(91%, 91%, 0%, 64%) |
| LAB | lab(8.8 32.7 -47.4) |
| LCH | lch(8.8 57.6 304.6) |
| OKLCH | oklch(0.228 0.137 268.5) |
Copy-ready code
/* CSS */
color: #08085b;
background-color: #08085b;
/* Tailwind (arbitrary) */
class="text-[#08085b] bg-[#08085b]"
/* SCSS */
$brand: #08085b;
/* SwiftUI */
Color(red: 0.031, green: 0.031, blue: 0.357)
/* Android */
Color.parseColor("#08085b")Accessibility — WCAG contrast
Aa
#08085b on white: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08085b on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.1%
Blue35.7%
CMYK percentages
Cyan91.2%
Magenta91.2%
Yellow0.0%
Key (black)64.3%
Color previews
#08085b text on a black background
contrast 1.20:1
Card sample
#08085b text on a white background
contrast 17.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08085b;
Background color
Panel with #08085b background
background-color: #08085b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08085b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 8, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 8, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08085b; background: linear-gradient(135deg, #08085b, #3F085B);