#0809b0
a dark, electric blue · warm · closest name: navy
RGB
8, 9, 176
HSL
240°, 91%, 36%
CMYK
96, 95, 0, 31
Luminance
0.0338
Every format
| HEX | #0809b0 |
| RGB | rgb(8, 9, 176) |
| HSL | hsl(240, 91%, 36%) |
| CMYK | cmyk(96%, 95%, 0%, 31%) |
| LAB | lab(21.5 57.7 -80.1) |
| LCH | lch(21.5 98.7 305.8) |
| OKLCH | oklch(0.349 0.232 265.3) |
Copy-ready code
/* CSS */
color: #0809b0;
background-color: #0809b0;
/* Tailwind (arbitrary) */
class="text-[#0809b0] bg-[#0809b0]"
/* SCSS */
$brand: #0809b0;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.690)
/* Android */
Color.parseColor("#0809b0")Accessibility — WCAG contrast
Aa
#0809b0 on white: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0809b0 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue69.0%
CMYK percentages
Cyan95.5%
Magenta94.9%
Yellow0.0%
Key (black)31.0%
Color previews
#0809b0 text on a black background
contrast 1.68:1
Card sample
#0809b0 text on a white background
contrast 12.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0809b0;
Background color
Panel with #0809b0 background
background-color: #0809b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0809b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0809b0; background: linear-gradient(135deg, #0809b0, #7708B0);