#1430b8
a dark, electric blue · warm · closest name: navy
RGB
20, 48, 184
HSL
230°, 80%, 40%
CMYK
89, 74, 0, 28
Luminance
0.0572
Every format
| HEX | #1430b8 |
| RGB | rgb(20, 48, 184) |
| HSL | hsl(230, 80%, 40%) |
| CMYK | cmyk(89%, 74%, 0%, 28%) |
| LAB | lab(28.7 43.3 -72.9) |
| LCH | lch(28.7 84.8 300.7) |
| OKLCH | oklch(0.403 0.212 265.9) |
Copy-ready code
/* CSS */
color: #1430b8;
background-color: #1430b8;
/* Tailwind (arbitrary) */
class="text-[#1430b8] bg-[#1430b8]"
/* SCSS */
$brand: #1430b8;
/* SwiftUI */
Color(red: 0.078, green: 0.188, blue: 0.722)
/* Android */
Color.parseColor("#1430b8")Accessibility — WCAG contrast
Aa
#1430b8 on white: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1430b8 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green18.8%
Blue72.2%
CMYK percentages
Cyan89.1%
Magenta73.9%
Yellow0.0%
Key (black)27.8%
Color previews
#1430b8 text on a black background
contrast 2.14:1
Card sample
#1430b8 text on a white background
contrast 9.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1430b8;
Background color
Panel with #1430b8 background
background-color: #1430b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1430b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 48, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 48, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1430b8; background: linear-gradient(135deg, #1430b8, #6514B8);