#08044c
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 4, 76
HSL
243°, 90%, 16%
CMYK
90, 95, 0, 70
Luminance
0.0066
Every format
| HEX | #08044c |
| RGB | rgb(8, 4, 76) |
| HSL | hsl(243, 90%, 16%) |
| CMYK | cmyk(90%, 95%, 0%, 70%) |
| LAB | lab(6.0 29.3 -41.8) |
| LCH | lch(6.0 51.0 305.0) |
| OKLCH | oklch(0.201 0.122 270.4) |
Copy-ready code
/* CSS */
color: #08044c;
background-color: #08044c;
/* Tailwind (arbitrary) */
class="text-[#08044c] bg-[#08044c]"
/* SCSS */
$brand: #08044c;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.298)
/* Android */
Color.parseColor("#08044c")Accessibility — WCAG contrast
Aa
#08044c on white: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08044c on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue29.8%
CMYK percentages
Cyan89.5%
Magenta94.7%
Yellow0.0%
Key (black)70.2%
Color previews
#08044c text on a black background
contrast 1.13:1
Card sample
#08044c text on a white background
contrast 18.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08044c;
Background color
Panel with #08044c background
background-color: #08044c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08044c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08044c; background: linear-gradient(135deg, #08044c, #38044C);