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