#080fbd
a dark, electric blue · warm · closest name: navy
RGB
8, 15, 189
HSL
238°, 92%, 39%
CMYK
96, 92, 0, 26
Luminance
0.0407
Every format
| HEX | #080fbd |
| RGB | rgb(8, 15, 189) |
| HSL | hsl(238, 92%, 39%) |
| CMYK | cmyk(96%, 92%, 0%, 26%) |
| LAB | lab(23.9 59.7 -83.9) |
| LCH | lch(23.9 103.0 305.4) |
| OKLCH | oklch(0.370 0.243 265.1) |
Copy-ready code
/* CSS */
color: #080fbd;
background-color: #080fbd;
/* Tailwind (arbitrary) */
class="text-[#080fbd] bg-[#080fbd]"
/* SCSS */
$brand: #080fbd;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.741)
/* Android */
Color.parseColor("#080fbd")Accessibility — WCAG contrast
Aa
#080fbd on white: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080fbd on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue74.1%
CMYK percentages
Cyan95.8%
Magenta92.1%
Yellow0.0%
Key (black)25.9%
Color previews
#080fbd text on a black background
contrast 1.81:1
Card sample
#080fbd text on a white background
contrast 11.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080fbd;
Background color
Panel with #080fbd background
background-color: #080fbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080fbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080fbd; background: linear-gradient(135deg, #080fbd, #7A08BD);