#08077f
a dark, electric blue · warm · closest name: navy
RGB
8, 7, 127
HSL
241°, 90%, 26%
CMYK
94, 95, 0, 50
Luminance
0.0174
Every format
| HEX | #08077f |
| RGB | rgb(8, 7, 127) |
| HSL | hsl(241, 90%, 26%) |
| CMYK | cmyk(94%, 95%, 0%, 50%) |
| LAB | lab(14.0 44.5 -62.3) |
| LCH | lch(14.0 76.6 305.6) |
| OKLCH | oklch(0.279 0.180 266.5) |
Copy-ready code
/* CSS */
color: #08077f;
background-color: #08077f;
/* Tailwind (arbitrary) */
class="text-[#08077f] bg-[#08077f]"
/* SCSS */
$brand: #08077f;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.498)
/* Android */
Color.parseColor("#08077f")Accessibility — WCAG contrast
Aa
#08077f on white: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08077f on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue49.8%
CMYK percentages
Cyan93.7%
Magenta94.5%
Yellow0.0%
Key (black)50.2%
Color previews
#08077f text on a black background
contrast 1.35:1
Card sample
#08077f text on a white background
contrast 15.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08077f;
Background color
Panel with #08077f background
background-color: #08077f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08077f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08077f; background: linear-gradient(135deg, #08077f, #58077F);