#1e46bd
a dark, vivid blue · cool · closest name: slateblue
RGB
30, 70, 189
HSL
225°, 73%, 43%
CMYK
84, 63, 0, 26
Luminance
0.0833
Every format
| HEX | #1e46bd |
| RGB | rgb(30, 70, 189) |
| HSL | hsl(225, 73%, 43%) |
| CMYK | cmyk(84%, 63%, 0%, 26%) |
| LAB | lab(34.7 31.8 -66.0) |
| LCH | lch(34.7 73.3 295.7) |
| OKLCH | oklch(0.449 0.192 265.0) |
Copy-ready code
/* CSS */
color: #1e46bd;
background-color: #1e46bd;
/* Tailwind (arbitrary) */
class="text-[#1e46bd] bg-[#1e46bd]"
/* SCSS */
$brand: #1e46bd;
/* SwiftUI */
Color(red: 0.118, green: 0.275, blue: 0.741)
/* Android */
Color.parseColor("#1e46bd")Accessibility — WCAG contrast
Aa
#1e46bd on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1e46bd on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green27.5%
Blue74.1%
CMYK percentages
Cyan84.1%
Magenta63.0%
Yellow0.0%
Key (black)25.9%
Color previews
#1e46bd text on a black background
contrast 2.67:1
Card sample
#1e46bd text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1e46bd;
Background color
Panel with #1e46bd background
background-color: #1e46bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1e46bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 70, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 70, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1e46bd; background: linear-gradient(135deg, #1e46bd, #601EBD);