#0832ba
a dark, electric blue · warm · closest name: navy
RGB
8, 50, 186
HSL
226°, 92%, 38%
CMYK
96, 73, 0, 27
Luminance
0.0588
Every format
| HEX | #0832ba |
| RGB | rgb(8, 50, 186) |
| HSL | hsl(226, 92%, 38%) |
| CMYK | cmyk(96%, 73%, 0%, 27%) |
| LAB | lab(29.1 42.4 -73.4) |
| LCH | lch(29.1 84.8 300.0) |
| OKLCH | oklch(0.406 0.214 264.3) |
Copy-ready code
/* CSS */
color: #0832ba;
background-color: #0832ba;
/* Tailwind (arbitrary) */
class="text-[#0832ba] bg-[#0832ba]"
/* SCSS */
$brand: #0832ba;
/* SwiftUI */
Color(red: 0.031, green: 0.196, blue: 0.729)
/* Android */
Color.parseColor("#0832ba")Accessibility — WCAG contrast
Aa
#0832ba on white: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0832ba on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green19.6%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta73.1%
Yellow0.0%
Key (black)27.1%
Color previews
#0832ba text on a black background
contrast 2.18:1
Card sample
#0832ba text on a white background
contrast 9.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0832ba;
Background color
Panel with #0832ba background
background-color: #0832ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0832ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 50, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 50, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0832ba; background: linear-gradient(135deg, #0832ba, #5408BA);