#08094b
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 9, 75
HSL
239°, 81%, 16%
CMYK
89, 88, 0, 71
Luminance
0.0075
Every format
| HEX | #08094b |
| RGB | rgb(8, 9, 75) |
| HSL | hsl(239, 81%, 16%) |
| CMYK | cmyk(89%, 88%, 0%, 71%) |
| LAB | lab(6.8 26.1 -39.7) |
| LCH | lch(6.8 47.5 303.4) |
| OKLCH | oklch(0.208 0.115 269.9) |
Copy-ready code
/* CSS */
color: #08094b;
background-color: #08094b;
/* Tailwind (arbitrary) */
class="text-[#08094b] bg-[#08094b]"
/* SCSS */
$brand: #08094b;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.294)
/* Android */
Color.parseColor("#08094b")Accessibility — WCAG contrast
Aa
#08094b on white: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08094b on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue29.4%
CMYK percentages
Cyan89.3%
Magenta88.0%
Yellow0.0%
Key (black)70.6%
Color previews
#08094b text on a black background
contrast 1.15:1
Card sample
#08094b text on a white background
contrast 18.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08094b;
Background color
Panel with #08094b background
background-color: #08094b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08094b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08094b; background: linear-gradient(135deg, #08094b, #34084B);