#080eba
a dark, electric blue · warm · closest name: navy
RGB
8, 14, 186
HSL
238°, 92%, 38%
CMYK
96, 93, 0, 27
Luminance
0.0391
Every format
| HEX | #080eba |
| RGB | rgb(8, 14, 186) |
| HSL | hsl(238, 92%, 38%) |
| CMYK | cmyk(96%, 93%, 0%, 27%) |
| LAB | lab(23.4 59.2 -83.0) |
| LCH | lch(23.4 101.9 305.5) |
| OKLCH | oklch(0.366 0.241 265.2) |
Copy-ready code
/* CSS */
color: #080eba;
background-color: #080eba;
/* Tailwind (arbitrary) */
class="text-[#080eba] bg-[#080eba]"
/* SCSS */
$brand: #080eba;
/* SwiftUI */
Color(red: 0.031, green: 0.055, blue: 0.729)
/* Android */
Color.parseColor("#080eba")Accessibility — WCAG contrast
Aa
#080eba on white: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080eba on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.5%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta92.5%
Yellow0.0%
Key (black)27.1%
Color previews
#080eba text on a black background
contrast 1.78:1
Card sample
#080eba text on a white background
contrast 11.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080eba;
Background color
Panel with #080eba background
background-color: #080eba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080eba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 14, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 14, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080eba; background: linear-gradient(135deg, #080eba, #7908BA);