#080cab
a dark, electric blue · warm · closest name: navy
RGB
8, 12, 171
HSL
239°, 91%, 35%
CMYK
95, 93, 0, 33
Luminance
0.0325
Every format
| HEX | #080cab |
| RGB | rgb(8, 12, 171) |
| HSL | hsl(239, 91%, 35%) |
| CMYK | cmyk(95%, 93%, 0%, 33%) |
| LAB | lab(21.0 55.6 -77.9) |
| LCH | lch(21.0 95.7 305.5) |
| OKLCH | oklch(0.344 0.226 265.4) |
Copy-ready code
/* CSS */
color: #080cab;
background-color: #080cab;
/* Tailwind (arbitrary) */
class="text-[#080cab] bg-[#080cab]"
/* SCSS */
$brand: #080cab;
/* SwiftUI */
Color(red: 0.031, green: 0.047, blue: 0.671)
/* Android */
Color.parseColor("#080cab")Accessibility — WCAG contrast
Aa
#080cab on white: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080cab on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.7%
Blue67.1%
CMYK percentages
Cyan95.3%
Magenta93.0%
Yellow0.0%
Key (black)32.9%
Color previews
#080cab text on a black background
contrast 1.65:1
Card sample
#080cab text on a white background
contrast 12.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080cab;
Background color
Panel with #080cab background
background-color: #080cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 12, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 12, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080cab; background: linear-gradient(135deg, #080cab, #7108AB);