#08034f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 3, 79
HSL
244°, 93%, 16%
CMYK
90, 96, 0, 69
Luminance
0.0068
Every format
| HEX | #08034f |
| RGB | rgb(8, 3, 79) |
| HSL | hsl(244, 93%, 16%) |
| CMYK | cmyk(90%, 96%, 0%, 69%) |
| LAB | lab(6.2 31.1 -43.6) |
| LCH | lch(6.2 53.6 305.5) |
| OKLCH | oklch(0.204 0.127 270.1) |
Copy-ready code
/* CSS */
color: #08034f;
background-color: #08034f;
/* Tailwind (arbitrary) */
class="text-[#08034f] bg-[#08034f]"
/* SCSS */
$brand: #08034f;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#08034f")Accessibility — WCAG contrast
Aa
#08034f on white: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08034f on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue31.0%
CMYK percentages
Cyan89.9%
Magenta96.2%
Yellow0.0%
Key (black)69.0%
Color previews
#08034f text on a black background
contrast 1.14:1
Card sample
#08034f text on a white background
contrast 18.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08034f;
Background color
Panel with #08034f background
background-color: #08034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08034f; background: linear-gradient(135deg, #08034f, #3B034F);