#1428ff
a balanced, electric blue · warm · closest name: blue
RGB
20, 40, 255
HSL
235°, 100%, 54%
CMYK
92, 84, 0, 0
Luminance
0.0889
Every format
| HEX | #1428ff |
| RGB | rgb(20, 40, 255) |
| HSL | hsl(235, 100%, 54%) |
| CMYK | cmyk(92%, 84%, 0%, 0%) |
| LAB | lab(35.8 69.7 -102.1) |
| LCH | lch(35.8 123.6 304.3) |
| OKLCH | oklch(0.476 0.296 265.5) |
Copy-ready code
/* CSS */
color: #1428ff;
background-color: #1428ff;
/* Tailwind (arbitrary) */
class="text-[#1428ff] bg-[#1428ff]"
/* SCSS */
$brand: #1428ff;
/* SwiftUI */
Color(red: 0.078, green: 0.157, blue: 1.000)
/* Android */
Color.parseColor("#1428ff")Accessibility — WCAG contrast
Aa
#1428ff on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1428ff on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green15.7%
Blue100.0%
CMYK percentages
Cyan92.2%
Magenta84.3%
Yellow0.0%
Key (black)0.0%
Color previews
#1428ff text on a black background
contrast 2.78:1
Card sample
#1428ff text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1428ff;
Background color
Panel with #1428ff background
background-color: #1428ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1428ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 40, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 40, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1428ff; background: linear-gradient(135deg, #1428ff, #9D14FF);