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