#0820ba
a dark, electric blue · warm · closest name: navy
RGB
8, 32, 186
HSL
232°, 92%, 38%
CMYK
96, 83, 0, 27
Luminance
0.0463
Every format
| HEX | #0820ba |
| RGB | rgb(8, 32, 186) |
| HSL | hsl(232, 92%, 38%) |
| CMYK | cmyk(96%, 83%, 0%, 27%) |
| LAB | lab(25.6 52.3 -79.2) |
| LCH | lch(25.6 94.9 303.5) |
| OKLCH | oklch(0.381 0.230 265.1) |
Copy-ready code
/* CSS */
color: #0820ba;
background-color: #0820ba;
/* Tailwind (arbitrary) */
class="text-[#0820ba] bg-[#0820ba]"
/* SCSS */
$brand: #0820ba;
/* SwiftUI */
Color(red: 0.031, green: 0.125, blue: 0.729)
/* Android */
Color.parseColor("#0820ba")Accessibility — WCAG contrast
Aa
#0820ba on white: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0820ba on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green12.5%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta82.8%
Yellow0.0%
Key (black)27.1%
Color previews
#0820ba text on a black background
contrast 1.93:1
Card sample
#0820ba text on a white background
contrast 10.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0820ba;
Background color
Panel with #0820ba background
background-color: #0820ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0820ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 32, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 32, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0820ba; background: linear-gradient(135deg, #0820ba, #6708BA);