#1645df
a balanced, electric blue · warm · closest name: slateblue
RGB
22, 69, 223
HSL
226°, 82%, 48%
CMYK
90, 69, 0, 13
Luminance
0.0975
Every format
| HEX | #1645df |
| RGB | rgb(22, 69, 223) |
| HSL | hsl(226, 82%, 48%) |
| CMYK | cmyk(90%, 69%, 0%, 13%) |
| LAB | lab(37.4 44.6 -81.3) |
| LCH | lch(37.4 92.7 298.8) |
| OKLCH | oklch(0.478 0.237 264.7) |
Copy-ready code
/* CSS */
color: #1645df;
background-color: #1645df;
/* Tailwind (arbitrary) */
class="text-[#1645df] bg-[#1645df]"
/* SCSS */
$brand: #1645df;
/* SwiftUI */
Color(red: 0.086, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#1645df")Accessibility — WCAG contrast
Aa
#1645df on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1645df on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green27.1%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#1645df text on a black background
contrast 2.95:1
Card sample
#1645df text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1645df;
Background color
Panel with #1645df background
background-color: #1645df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1645df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1645df; background: linear-gradient(135deg, #1645df, #6D16DF);