#445dfd
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 93, 253
HSL
232°, 98%, 63%
CMYK
73, 63, 0, 1
Luminance
0.1615
Every format
| HEX | #445dfd |
| RGB | rgb(68, 93, 253) |
| HSL | hsl(232, 98%, 63%) |
| CMYK | cmyk(73%, 63%, 0%, 1%) |
| LAB | lab(47.2 43.9 -82.0) |
| LCH | lch(47.2 93.0 298.1) |
| OKLCH | oklch(0.562 0.237 269.9) |
Copy-ready code
/* CSS */
color: #445dfd;
background-color: #445dfd;
/* Tailwind (arbitrary) */
class="text-[#445dfd] bg-[#445dfd]"
/* SCSS */
$brand: #445dfd;
/* SwiftUI */
Color(red: 0.267, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#445dfd")Accessibility — WCAG contrast
Aa
#445dfd on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445dfd on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.5%
Blue99.2%
CMYK percentages
Cyan73.1%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#445dfd text on a black background
contrast 4.23:1
Card sample
#445dfd text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445dfd;
Background color
Panel with #445dfd background
background-color: #445dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445dfd; background: linear-gradient(135deg, #445dfd, #A644FD);