#0328bf
a dark, electric blue · warm · closest name: navy
RGB
3, 40, 191
HSL
228°, 97%, 38%
CMYK
98, 79, 0, 25
Luminance
0.0530
Every format
| HEX | #0328bf |
| RGB | rgb(3, 40, 191) |
| HSL | hsl(228, 97%, 38%) |
| CMYK | cmyk(98%, 79%, 0%, 25%) |
| LAB | lab(27.6 49.8 -79.0) |
| LCH | lch(27.6 93.3 302.2) |
| OKLCH | oklch(0.396 0.230 264.3) |
Copy-ready code
/* CSS */
color: #0328bf;
background-color: #0328bf;
/* Tailwind (arbitrary) */
class="text-[#0328bf] bg-[#0328bf]"
/* SCSS */
$brand: #0328bf;
/* SwiftUI */
Color(red: 0.012, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#0328bf")Accessibility — WCAG contrast
Aa
#0328bf on white: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0328bf on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green15.7%
Blue74.9%
CMYK percentages
Cyan98.4%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#0328bf text on a black background
contrast 2.06:1
Card sample
#0328bf text on a white background
contrast 10.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0328bf;
Background color
Panel with #0328bf background
background-color: #0328bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0328bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0328bf; background: linear-gradient(135deg, #0328bf, #5B03BF);