#080447
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 4, 71
HSL
244°, 89%, 15%
CMYK
89, 94, 0, 72
Luminance
0.0059
Every format
| HEX | #080447 |
| RGB | rgb(8, 4, 71) |
| HSL | hsl(244, 89%, 15%) |
| CMYK | cmyk(89%, 94%, 0%, 72%) |
| LAB | lab(5.4 26.9 -39.3) |
| LCH | lch(5.4 47.6 304.4) |
| OKLCH | oklch(0.194 0.116 271.2) |
Copy-ready code
/* CSS */
color: #080447;
background-color: #080447;
/* Tailwind (arbitrary) */
class="text-[#080447] bg-[#080447]"
/* SCSS */
$brand: #080447;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.278)
/* Android */
Color.parseColor("#080447")Accessibility — WCAG contrast
Aa
#080447 on white: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080447 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue27.8%
CMYK percentages
Cyan88.7%
Magenta94.4%
Yellow0.0%
Key (black)72.2%
Color previews
#080447 text on a black background
contrast 1.12:1
Card sample
#080447 text on a white background
contrast 18.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080447;
Background color
Panel with #080447 background
background-color: #080447;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080447;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080447; background: linear-gradient(135deg, #080447, #350447);