#08098f
a dark, electric blue · warm · closest name: navy
RGB
8, 9, 143
HSL
240°, 89%, 30%
CMYK
94, 94, 0, 44
Luminance
0.0223
Every format
| HEX | #08098f |
| RGB | rgb(8, 9, 143) |
| HSL | hsl(240, 89%, 30%) |
| CMYK | cmyk(94%, 94%, 0%, 44%) |
| LAB | lab(16.6 48.5 -68.0) |
| LCH | lch(16.6 83.5 305.5) |
| OKLCH | oklch(0.303 0.197 266.0) |
Copy-ready code
/* CSS */
color: #08098f;
background-color: #08098f;
/* Tailwind (arbitrary) */
class="text-[#08098f] bg-[#08098f]"
/* SCSS */
$brand: #08098f;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.561)
/* Android */
Color.parseColor("#08098f")Accessibility — WCAG contrast
Aa
#08098f on white: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08098f on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue56.1%
CMYK percentages
Cyan94.4%
Magenta93.7%
Yellow0.0%
Key (black)43.9%
Color previews
#08098f text on a black background
contrast 1.45:1
Card sample
#08098f text on a white background
contrast 14.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08098f;
Background color
Panel with #08098f background
background-color: #08098f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08098f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08098f; background: linear-gradient(135deg, #08098f, #61088F);