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