#08076b
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 7, 107
HSL
241°, 88%, 22%
CMYK
93, 94, 0, 58
Luminance
0.0127
Every format
| HEX | #08076b |
| RGB | rgb(8, 7, 107) |
| HSL | hsl(241, 88%, 22%) |
| CMYK | cmyk(93%, 94%, 0%, 58%) |
| LAB | lab(11.0 38.5 -54.4) |
| LCH | lch(11.0 66.6 305.3) |
| OKLCH | oklch(0.250 0.157 267.4) |
Copy-ready code
/* CSS */
color: #08076b;
background-color: #08076b;
/* Tailwind (arbitrary) */
class="text-[#08076b] bg-[#08076b]"
/* SCSS */
$brand: #08076b;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.420)
/* Android */
Color.parseColor("#08076b")Accessibility — WCAG contrast
Aa
#08076b on white: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08076b on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue42.0%
CMYK percentages
Cyan92.5%
Magenta93.5%
Yellow0.0%
Key (black)58.0%
Color previews
#08076b text on a black background
contrast 1.25:1
Card sample
#08076b text on a white background
contrast 16.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08076b;
Background color
Panel with #08076b background
background-color: #08076b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08076b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08076b; background: linear-gradient(135deg, #08076b, #4B076B);