#0809ab
a dark, electric blue · warm · closest name: navy
RGB
8, 9, 171
HSL
240°, 91%, 35%
CMYK
95, 95, 0, 33
Luminance
0.0319
Every format
| HEX | #0809ab |
| RGB | rgb(8, 9, 171) |
| HSL | hsl(240, 91%, 35%) |
| CMYK | cmyk(95%, 95%, 0%, 33%) |
| LAB | lab(20.8 56.4 -78.3) |
| LCH | lch(20.8 96.5 305.8) |
| OKLCH | oklch(0.342 0.227 265.4) |
Copy-ready code
/* CSS */
color: #0809ab;
background-color: #0809ab;
/* Tailwind (arbitrary) */
class="text-[#0809ab] bg-[#0809ab]"
/* SCSS */
$brand: #0809ab;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.671)
/* Android */
Color.parseColor("#0809ab")Accessibility — WCAG contrast
Aa
#0809ab on white: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0809ab on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue67.1%
CMYK percentages
Cyan95.3%
Magenta94.7%
Yellow0.0%
Key (black)32.9%
Color previews
#0809ab text on a black background
contrast 1.64:1
Card sample
#0809ab text on a white background
contrast 12.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0809ab;
Background color
Panel with #0809ab background
background-color: #0809ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0809ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0809ab; background: linear-gradient(135deg, #0809ab, #7408AB);