#080f72
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 15, 114
HSL
236°, 87%, 24%
CMYK
93, 87, 0, 55
Luminance
0.0161
Every format
| HEX | #080f72 |
| RGB | rgb(8, 15, 114) |
| HSL | hsl(236, 87%, 24%) |
| CMYK | cmyk(93%, 87%, 0%, 55%) |
| LAB | lab(13.3 37.0 -55.2) |
| LCH | lch(13.3 66.5 303.9) |
| OKLCH | oklch(0.268 0.160 266.8) |
Copy-ready code
/* CSS */
color: #080f72;
background-color: #080f72;
/* Tailwind (arbitrary) */
class="text-[#080f72] bg-[#080f72]"
/* SCSS */
$brand: #080f72;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.447)
/* Android */
Color.parseColor("#080f72")Accessibility — WCAG contrast
Aa
#080f72 on white: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f72 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue44.7%
CMYK percentages
Cyan93.0%
Magenta86.8%
Yellow0.0%
Key (black)55.3%
Color previews
#080f72 text on a black background
contrast 1.32:1
Card sample
#080f72 text on a white background
contrast 15.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f72;
Background color
Panel with #080f72 background
background-color: #080f72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f72; background: linear-gradient(135deg, #080f72, #480872);