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