#1f45df
a balanced, electric blue · warm · closest name: slateblue
RGB
31, 69, 223
HSL
228°, 76%, 50%
CMYK
86, 69, 0, 13
Luminance
0.0988
Every format
| HEX | #1f45df |
| RGB | rgb(31, 69, 223) |
| HSL | hsl(228, 76%, 50%) |
| CMYK | cmyk(86%, 69%, 0%, 13%) |
| LAB | lab(37.6 45.0 -80.9) |
| LCH | lch(37.6 92.6 299.1) |
| OKLCH | oklch(0.480 0.235 265.8) |
Copy-ready code
/* CSS */
color: #1f45df;
background-color: #1f45df;
/* Tailwind (arbitrary) */
class="text-[#1f45df] bg-[#1f45df]"
/* SCSS */
$brand: #1f45df;
/* SwiftUI */
Color(red: 0.122, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#1f45df")Accessibility — WCAG contrast
Aa
#1f45df on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f45df on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green27.1%
Blue87.5%
CMYK percentages
Cyan86.1%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#1f45df text on a black background
contrast 2.98:1
Card sample
#1f45df text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f45df;
Background color
Panel with #1f45df background
background-color: #1f45df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f45df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f45df; background: linear-gradient(135deg, #1f45df, #791FDF);