#081977
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 25, 119
HSL
231°, 87%, 25%
CMYK
93, 79, 0, 53
Luminance
0.0208
Every format
| HEX | #081977 |
| RGB | rgb(8, 25, 119) |
| HSL | hsl(231, 87%, 25%) |
| CMYK | cmyk(93%, 79%, 0%, 53%) |
| LAB | lab(15.9 33.1 -54.1) |
| LCH | lch(15.9 63.4 301.5) |
| OKLCH | oklch(0.289 0.157 266.0) |
Copy-ready code
/* CSS */
color: #081977;
background-color: #081977;
/* Tailwind (arbitrary) */
class="text-[#081977] bg-[#081977]"
/* SCSS */
$brand: #081977;
/* SwiftUI */
Color(red: 0.031, green: 0.098, blue: 0.467)
/* Android */
Color.parseColor("#081977")Accessibility — WCAG contrast
Aa
#081977 on white: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081977 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green9.8%
Blue46.7%
CMYK percentages
Cyan93.3%
Magenta79.0%
Yellow0.0%
Key (black)53.3%
Color previews
#081977 text on a black background
contrast 1.42:1
Card sample
#081977 text on a white background
contrast 14.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081977;
Background color
Panel with #081977 background
background-color: #081977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 25, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 25, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081977; background: linear-gradient(135deg, #081977, #410877);