#445bff
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 91, 255
HSL
233°, 100%, 63%
CMYK
73, 64, 0, 0
Luminance
0.1593
Every format
| HEX | #445bff |
| RGB | rgb(68, 91, 255) |
| HSL | hsl(233, 100%, 63%) |
| CMYK | cmyk(73%, 64%, 0%, 0%) |
| LAB | lab(46.9 45.7 -83.6) |
| LCH | lch(46.9 95.3 298.7) |
| OKLCH | oklch(0.560 0.242 270.1) |
Copy-ready code
/* CSS */
color: #445bff;
background-color: #445bff;
/* Tailwind (arbitrary) */
class="text-[#445bff] bg-[#445bff]"
/* SCSS */
$brand: #445bff;
/* SwiftUI */
Color(red: 0.267, green: 0.357, blue: 1.000)
/* Android */
Color.parseColor("#445bff")Accessibility — WCAG contrast
Aa
#445bff on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445bff on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green35.7%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta64.3%
Yellow0.0%
Key (black)0.0%
Color previews
#445bff text on a black background
contrast 4.19:1
Card sample
#445bff text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445bff;
Background color
Panel with #445bff background
background-color: #445bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 91, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 91, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445bff; background: linear-gradient(135deg, #445bff, #AA44FF);