#080072
a deep, electric blue · warm · closest name: navy
RGB
8, 0, 114
HSL
244°, 100%, 22%
CMYK
93, 100, 0, 55
Luminance
0.0127
Every format
| HEX | #080072 |
| RGB | rgb(8, 0, 114) |
| HSL | hsl(244, 100%, 22%) |
| CMYK | cmyk(93%, 100%, 0%, 55%) |
| LAB | lab(11.0 43.8 -58.9) |
| LCH | lch(11.0 73.4 306.7) |
| OKLCH | oklch(0.253 0.170 267.1) |
Copy-ready code
/* CSS */
color: #080072;
background-color: #080072;
/* Tailwind (arbitrary) */
class="text-[#080072] bg-[#080072]"
/* SCSS */
$brand: #080072;
/* SwiftUI */
Color(red: 0.031, green: 0.000, blue: 0.447)
/* Android */
Color.parseColor("#080072")Accessibility — WCAG contrast
Aa
#080072 on white: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080072 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.0%
Blue44.7%
CMYK percentages
Cyan93.0%
Magenta100.0%
Yellow0.0%
Key (black)55.3%
Color previews
#080072 text on a black background
contrast 1.25:1
Card sample
#080072 text on a white background
contrast 16.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080072;
Background color
Panel with #080072 background
background-color: #080072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 0, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 0, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080072; background: linear-gradient(135deg, #080072, #540072);