#08053f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 5, 63
HSL
243°, 85%, 13%
CMYK
87, 92, 0, 75
Luminance
0.0052
Every format
| HEX | #08053f |
| RGB | rgb(8, 5, 63) |
| HSL | hsl(243, 85%, 13%) |
| CMYK | cmyk(87%, 92%, 0%, 75%) |
| LAB | lab(4.7 22.2 -34.7) |
| LCH | lch(4.7 41.2 302.6) |
| OKLCH | oklch(0.184 0.104 272.4) |
Copy-ready code
/* CSS */
color: #08053f;
background-color: #08053f;
/* Tailwind (arbitrary) */
class="text-[#08053f] bg-[#08053f]"
/* SCSS */
$brand: #08053f;
/* SwiftUI */
Color(red: 0.031, green: 0.020, blue: 0.247)
/* Android */
Color.parseColor("#08053f")Accessibility — WCAG contrast
Aa
#08053f on white: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08053f on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.0%
Blue24.7%
CMYK percentages
Cyan87.3%
Magenta92.1%
Yellow0.0%
Key (black)75.3%
Color previews
#08053f text on a black background
contrast 1.10:1
Card sample
#08053f text on a white background
contrast 19.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08053f;
Background color
Panel with #08053f background
background-color: #08053f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08053f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 5, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 5, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08053f; background: linear-gradient(135deg, #08053f, #2F053F);