#080481
a dark, electric blue · warm · “navy”
RGB
8, 4, 129
HSL
242°, 94%, 26%
CMYK
94, 97, 0, 49
Luminance
0.0172
Every format
| HEX | #080481 |
| RGB | rgb(8, 4, 129) |
| HSL | hsl(242, 94%, 26%) |
| CMYK | cmyk(94%, 97%, 0%, 49%) |
| LAB | lab(14.0 46.3 -63.7) |
| LCH | lch(14.0 78.7 306.0) |
| OKLCH | oklch(0.279 0.184 266.4) |
Copy-ready code
/* CSS */
color: #080481;
background-color: #080481;
/* Tailwind (arbitrary) */
class="text-[#080481] bg-[#080481]"
/* SCSS */
$brand: #080481;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.506)
/* Android */
Color.parseColor("#080481")Accessibility — WCAG contrast
Aa
#080481 on white: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080481 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue50.6%
CMYK percentages
Cyan93.8%
Magenta96.9%
Yellow0.0%
Key (black)49.4%
Color previews
#080481 text on a black background
contrast 1.34:1
Card sample
#080481 text on a white background
contrast 15.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080481;
Background color
Panel with #080481 background
background-color: #080481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080481; background: linear-gradient(135deg, #080481, #5B0481);