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