#080c7d
a dark, electric blue · warm · closest name: navy
RGB
8, 12, 125
HSL
238°, 88%, 26%
CMYK
94, 90, 0, 51
Luminance
0.0180
Every format
| HEX | #080c7d |
| RGB | rgb(8, 12, 125) |
| HSL | hsl(238, 88%, 26%) |
| CMYK | cmyk(94%, 90%, 0%, 51%) |
| LAB | lab(14.4 42.0 -60.4) |
| LCH | lch(14.4 73.6 304.8) |
| OKLCH | oklch(0.280 0.175 266.5) |
Copy-ready code
/* CSS */
color: #080c7d;
background-color: #080c7d;
/* Tailwind (arbitrary) */
class="text-[#080c7d] bg-[#080c7d]"
/* SCSS */
$brand: #080c7d;
/* SwiftUI */
Color(red: 0.031, green: 0.047, blue: 0.490)
/* Android */
Color.parseColor("#080c7d")Accessibility — WCAG contrast
Aa
#080c7d on white: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080c7d on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.7%
Blue49.0%
CMYK percentages
Cyan93.6%
Magenta90.4%
Yellow0.0%
Key (black)51.0%
Color previews
#080c7d text on a black background
contrast 1.36:1
Card sample
#080c7d text on a white background
contrast 15.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080c7d;
Background color
Panel with #080c7d background
background-color: #080c7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080c7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 12, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 12, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080c7d; background: linear-gradient(135deg, #080c7d, #52087D);