#08049f
a dark, electric blue · warm · closest name: navy
RGB
8, 4, 159
HSL
242°, 95%, 32%
CMYK
95, 98, 0, 38
Luminance
0.0264
Every format
| HEX | #08049f |
| RGB | rgb(8, 4, 159) |
| HSL | hsl(242, 95%, 32%) |
| CMYK | cmyk(95%, 98%, 0%, 38%) |
| LAB | lab(18.5 54.5 -74.7) |
| LCH | lch(18.5 92.5 306.1) |
| OKLCH | oklch(0.322 0.217 265.6) |
Copy-ready code
/* CSS */
color: #08049f;
background-color: #08049f;
/* Tailwind (arbitrary) */
class="text-[#08049f] bg-[#08049f]"
/* SCSS */
$brand: #08049f;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.624)
/* Android */
Color.parseColor("#08049f")Accessibility — WCAG contrast
Aa
#08049f on white: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08049f on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue62.4%
CMYK percentages
Cyan95.0%
Magenta97.5%
Yellow0.0%
Key (black)37.6%
Color previews
#08049f text on a black background
contrast 1.53:1
Card sample
#08049f text on a white background
contrast 13.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08049f;
Background color
Panel with #08049f background
background-color: #08049f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08049f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08049f; background: linear-gradient(135deg, #08049f, #6F049F);