#080883
a dark, electric blue · warm · closest name: navy
RGB
8, 8, 131
HSL
240°, 89%, 27%
CMYK
94, 94, 0, 49
Luminance
0.0186
Every format
| HEX | #080883 |
| RGB | rgb(8, 8, 131) |
| HSL | hsl(240, 89%, 27%) |
| CMYK | cmyk(94%, 94%, 0%, 49%) |
| LAB | lab(14.8 45.4 -63.6) |
| LCH | lch(14.8 78.1 305.5) |
| OKLCH | oklch(0.285 0.184 266.3) |
Copy-ready code
/* CSS */
color: #080883;
background-color: #080883;
/* Tailwind (arbitrary) */
class="text-[#080883] bg-[#080883]"
/* SCSS */
$brand: #080883;
/* SwiftUI */
Color(red: 0.031, green: 0.031, blue: 0.514)
/* Android */
Color.parseColor("#080883")Accessibility — WCAG contrast
Aa
#080883 on white: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080883 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.1%
Blue51.4%
CMYK percentages
Cyan93.9%
Magenta93.9%
Yellow0.0%
Key (black)48.6%
Color previews
#080883 text on a black background
contrast 1.37:1
Card sample
#080883 text on a white background
contrast 15.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080883;
Background color
Panel with #080883 background
background-color: #080883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 8, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 8, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080883; background: linear-gradient(135deg, #080883, #5A0883);