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