#08033f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 3, 63
HSL
245°, 91%, 13%
CMYK
87, 95, 0, 75
Luminance
0.0048
Every format
| HEX | #08033f |
| RGB | rgb(8, 3, 63) |
| HSL | hsl(245, 91%, 13%) |
| CMYK | cmyk(87%, 95%, 0%, 75%) |
| LAB | lab(4.3 23.1 -35.4) |
| LCH | lch(4.3 42.3 303.2) |
| OKLCH | oklch(0.180 0.106 272.9) |
Copy-ready code
/* CSS */
color: #08033f;
background-color: #08033f;
/* Tailwind (arbitrary) */
class="text-[#08033f] bg-[#08033f]"
/* SCSS */
$brand: #08033f;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.247)
/* Android */
Color.parseColor("#08033f")Accessibility — WCAG contrast
Aa
#08033f on white: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08033f on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue24.7%
CMYK percentages
Cyan87.3%
Magenta95.2%
Yellow0.0%
Key (black)75.3%
Color previews
#08033f text on a black background
contrast 1.10:1
Card sample
#08033f text on a white background
contrast 19.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08033f;
Background color
Panel with #08033f background
background-color: #08033f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08033f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08033f; background: linear-gradient(135deg, #08033f, #30033F);