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