#080976
a deep, electric blue · warm · closest name: navy
RGB
8, 9, 118
HSL
240°, 87%, 25%
CMYK
93, 92, 0, 54
Luminance
0.0156
Every format
| HEX | #080976 |
| RGB | rgb(8, 9, 118) |
| HSL | hsl(240, 87%, 25%) |
| CMYK | cmyk(93%, 92%, 0%, 54%) |
| LAB | lab(12.9 41.0 -58.3) |
| LCH | lch(12.9 71.3 305.1) |
| OKLCH | oklch(0.268 0.169 266.8) |
Copy-ready code
/* CSS */
color: #080976;
background-color: #080976;
/* Tailwind (arbitrary) */
class="text-[#080976] bg-[#080976]"
/* SCSS */
$brand: #080976;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.463)
/* Android */
Color.parseColor("#080976")Accessibility — WCAG contrast
Aa
#080976 on white: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080976 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue46.3%
CMYK percentages
Cyan93.2%
Magenta92.4%
Yellow0.0%
Key (black)53.7%
Color previews
#080976 text on a black background
contrast 1.31:1
Card sample
#080976 text on a white background
contrast 16.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080976;
Background color
Panel with #080976 background
background-color: #080976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080976; background: linear-gradient(135deg, #080976, #500876);