#0834af
a dark, electric blue · cool · closest name: navy
RGB
8, 52, 175
HSL
224°, 91%, 36%
CMYK
95, 70, 0, 31
Luminance
0.0560
Every format
| HEX | #0834af |
| RGB | rgb(8, 52, 175) |
| HSL | hsl(224, 91%, 36%) |
| CMYK | cmyk(95%, 70%, 0%, 31%) |
| LAB | lab(28.4 37.1 -68.1) |
| LCH | lch(28.4 77.5 298.6) |
| OKLCH | oklch(0.397 0.199 263.9) |
Copy-ready code
/* CSS */
color: #0834af;
background-color: #0834af;
/* Tailwind (arbitrary) */
class="text-[#0834af] bg-[#0834af]"
/* SCSS */
$brand: #0834af;
/* SwiftUI */
Color(red: 0.031, green: 0.204, blue: 0.686)
/* Android */
Color.parseColor("#0834af")Accessibility — WCAG contrast
Aa
#0834af on white: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0834af on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.4%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta70.3%
Yellow0.0%
Key (black)31.4%
Color previews
#0834af text on a black background
contrast 2.12:1
Card sample
#0834af text on a white background
contrast 9.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0834af;
Background color
Panel with #0834af background
background-color: #0834af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0834af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 52, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 52, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0834af; background: linear-gradient(135deg, #0834af, #4B08AF);