#1428bf
a dark, electric blue · warm · closest name: navy
RGB
20, 40, 191
HSL
233°, 81%, 41%
CMYK
90, 79, 0, 25
Luminance
0.0543
Every format
| HEX | #1428bf |
| RGB | rgb(20, 40, 191) |
| HSL | hsl(233, 81%, 41%) |
| CMYK | cmyk(90%, 79%, 0%, 25%) |
| LAB | lab(27.9 50.2 -78.3) |
| LCH | lch(27.9 93.1 302.7) |
| OKLCH | oklch(0.400 0.228 266.4) |
Copy-ready code
/* CSS */
color: #1428bf;
background-color: #1428bf;
/* Tailwind (arbitrary) */
class="text-[#1428bf] bg-[#1428bf]"
/* SCSS */
$brand: #1428bf;
/* SwiftUI */
Color(red: 0.078, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#1428bf")Accessibility — WCAG contrast
Aa
#1428bf on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1428bf on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green15.7%
Blue74.9%
CMYK percentages
Cyan89.5%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#1428bf text on a black background
contrast 2.09:1
Card sample
#1428bf text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1428bf;
Background color
Panel with #1428bf background
background-color: #1428bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1428bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1428bf; background: linear-gradient(135deg, #1428bf, #7214BF);