#08097d
a dark, electric blue · warm · closest name: navy
RGB
8, 9, 125
HSL
240°, 88%, 26%
CMYK
94, 93, 0, 51
Luminance
0.0173
Every format
| HEX | #08097d |
| RGB | rgb(8, 9, 125) |
| HSL | hsl(240, 88%, 26%) |
| CMYK | cmyk(94%, 93%, 0%, 51%) |
| LAB | lab(14.0 43.2 -61.1) |
| LCH | lch(14.0 74.8 305.3) |
| OKLCH | oklch(0.278 0.177 266.5) |
Copy-ready code
/* CSS */
color: #08097d;
background-color: #08097d;
/* Tailwind (arbitrary) */
class="text-[#08097d] bg-[#08097d]"
/* SCSS */
$brand: #08097d;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.490)
/* Android */
Color.parseColor("#08097d")Accessibility — WCAG contrast
Aa
#08097d on white: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08097d on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue49.0%
CMYK percentages
Cyan93.6%
Magenta92.8%
Yellow0.0%
Key (black)51.0%
Color previews
#08097d text on a black background
contrast 1.35:1
Card sample
#08097d text on a white background
contrast 15.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08097d;
Background color
Panel with #08097d background
background-color: #08097d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08097d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08097d; background: linear-gradient(135deg, #08097d, #55087D);