#081177
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 17, 119
HSL
235°, 87%, 25%
CMYK
93, 86, 0, 53
Luminance
0.0178
Every format
| HEX | #081177 |
| RGB | rgb(8, 17, 119) |
| HSL | hsl(235, 87%, 25%) |
| CMYK | cmyk(93%, 86%, 0%, 53%) |
| LAB | lab(14.3 37.7 -56.7) |
| LCH | lch(14.3 68.1 303.6) |
| OKLCH | oklch(0.278 0.165 266.5) |
Copy-ready code
/* CSS */
color: #081177;
background-color: #081177;
/* Tailwind (arbitrary) */
class="text-[#081177] bg-[#081177]"
/* SCSS */
$brand: #081177;
/* SwiftUI */
Color(red: 0.031, green: 0.067, blue: 0.467)
/* Android */
Color.parseColor("#081177")Accessibility — WCAG contrast
Aa
#081177 on white: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081177 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.7%
Blue46.7%
CMYK percentages
Cyan93.3%
Magenta85.7%
Yellow0.0%
Key (black)53.3%
Color previews
#081177 text on a black background
contrast 1.36:1
Card sample
#081177 text on a white background
contrast 15.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081177;
Background color
Panel with #081177 background
background-color: #081177;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081177;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 17, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 17, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081177; background: linear-gradient(135deg, #081177, #490877);