#0809b3
a dark, electric blue · warm · closest name: navy
RGB
8, 9, 179
HSL
240°, 91%, 37%
CMYK
96, 95, 0, 30
Luminance
0.0350
Every format
| HEX | #0809b3 |
| RGB | rgb(8, 9, 179) |
| HSL | hsl(240, 91%, 37%) |
| CMYK | cmyk(96%, 95%, 0%, 30%) |
| LAB | lab(21.9 58.5 -81.2) |
| LCH | lch(21.9 100.1 305.8) |
| OKLCH | oklch(0.353 0.235 265.3) |
Copy-ready code
/* CSS */
color: #0809b3;
background-color: #0809b3;
/* Tailwind (arbitrary) */
class="text-[#0809b3] bg-[#0809b3]"
/* SCSS */
$brand: #0809b3;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.702)
/* Android */
Color.parseColor("#0809b3")Accessibility — WCAG contrast
Aa
#0809b3 on white: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0809b3 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue70.2%
CMYK percentages
Cyan95.5%
Magenta95.0%
Yellow0.0%
Key (black)29.8%
Color previews
#0809b3 text on a black background
contrast 1.70:1
Card sample
#0809b3 text on a white background
contrast 12.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0809b3;
Background color
Panel with #0809b3 background
background-color: #0809b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0809b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0809b3; background: linear-gradient(135deg, #0809b3, #7908B3);