#080f77
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 15, 119
HSL
236°, 87%, 25%
CMYK
93, 87, 0, 53
Luminance
0.0173
Every format
| HEX | #080f77 |
| RGB | rgb(8, 15, 119) |
| HSL | hsl(236, 87%, 25%) |
| CMYK | cmyk(93%, 87%, 0%, 53%) |
| LAB | lab(14.0 38.7 -57.3) |
| LCH | lch(14.0 69.1 304.1) |
| OKLCH | oklch(0.275 0.166 266.6) |
Copy-ready code
/* CSS */
color: #080f77;
background-color: #080f77;
/* Tailwind (arbitrary) */
class="text-[#080f77] bg-[#080f77]"
/* SCSS */
$brand: #080f77;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.467)
/* Android */
Color.parseColor("#080f77")Accessibility — WCAG contrast
Aa
#080f77 on white: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f77 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue46.7%
CMYK percentages
Cyan93.3%
Magenta87.4%
Yellow0.0%
Key (black)53.3%
Color previews
#080f77 text on a black background
contrast 1.35:1
Card sample
#080f77 text on a white background
contrast 15.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f77;
Background color
Panel with #080f77 background
background-color: #080f77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f77; background: linear-gradient(135deg, #080f77, #4B0877);