#0822af
a dark, electric blue · warm · closest name: navy
RGB
8, 34, 175
HSL
231°, 91%, 36%
CMYK
95, 81, 0, 31
Luminance
0.0429
Every format
| HEX | #0822af |
| RGB | rgb(8, 34, 175) |
| HSL | hsl(231, 91%, 36%) |
| CMYK | cmyk(95%, 81%, 0%, 31%) |
| LAB | lab(24.6 47.8 -74.3) |
| LCH | lch(24.6 88.3 302.7) |
| OKLCH | oklch(0.370 0.216 265.1) |
Copy-ready code
/* CSS */
color: #0822af;
background-color: #0822af;
/* Tailwind (arbitrary) */
class="text-[#0822af] bg-[#0822af]"
/* SCSS */
$brand: #0822af;
/* SwiftUI */
Color(red: 0.031, green: 0.133, blue: 0.686)
/* Android */
Color.parseColor("#0822af")Accessibility — WCAG contrast
Aa
#0822af on white: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0822af on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green13.3%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta80.6%
Yellow0.0%
Key (black)31.4%
Color previews
#0822af text on a black background
contrast 1.86:1
Card sample
#0822af text on a white background
contrast 11.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0822af;
Background color
Panel with #0822af background
background-color: #0822af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0822af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 34, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 34, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0822af; background: linear-gradient(135deg, #0822af, #5D08AF);