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