#08194c
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 25, 76
HSL
225°, 81%, 17%
CMYK
90, 67, 0, 70
Luminance
0.0127
Every format
| HEX | #08194c |
| RGB | rgb(8, 25, 76) |
| HSL | hsl(225, 81%, 17%) |
| CMYK | cmyk(90%, 67%, 0%, 70%) |
| LAB | lab(11.1 15.5 -33.4) |
| LCH | lch(11.1 36.8 294.8) |
| OKLCH | oklch(0.239 0.097 265.3) |
Copy-ready code
/* CSS */
color: #08194c;
background-color: #08194c;
/* Tailwind (arbitrary) */
class="text-[#08194c] bg-[#08194c]"
/* SCSS */
$brand: #08194c;
/* SwiftUI */
Color(red: 0.031, green: 0.098, blue: 0.298)
/* Android */
Color.parseColor("#08194c")Accessibility — WCAG contrast
Aa
#08194c on white: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08194c on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green9.8%
Blue29.8%
CMYK percentages
Cyan89.5%
Magenta67.1%
Yellow0.0%
Key (black)70.2%
Color previews
#08194c text on a black background
contrast 1.25:1
Card sample
#08194c text on a white background
contrast 16.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08194c;
Background color
Panel with #08194c background
background-color: #08194c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08194c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 25, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 25, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08194c; background: linear-gradient(135deg, #08194c, #24084C);