#0809b7
a dark, electric blue · warm · closest name: navy
RGB
8, 9, 183
HSL
240°, 92%, 38%
CMYK
96, 95, 0, 28
Luminance
0.0367
Every format
| HEX | #0809b7 |
| RGB | rgb(8, 9, 183) |
| HSL | hsl(240, 92%, 38%) |
| CMYK | cmyk(96%, 95%, 0%, 28%) |
| LAB | lab(22.5 59.6 -82.6) |
| LCH | lch(22.5 101.8 305.8) |
| OKLCH | oklch(0.359 0.240 265.2) |
Copy-ready code
/* CSS */
color: #0809b7;
background-color: #0809b7;
/* Tailwind (arbitrary) */
class="text-[#0809b7] bg-[#0809b7]"
/* SCSS */
$brand: #0809b7;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.718)
/* Android */
Color.parseColor("#0809b7")Accessibility — WCAG contrast
Aa
#0809b7 on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0809b7 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue71.8%
CMYK percentages
Cyan95.6%
Magenta95.1%
Yellow0.0%
Key (black)28.2%
Color previews
#0809b7 text on a black background
contrast 1.73:1
Card sample
#0809b7 text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0809b7;
Background color
Panel with #0809b7 background
background-color: #0809b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0809b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0809b7; background: linear-gradient(135deg, #0809b7, #7C08B7);