#445fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
68, 95, 223
HSL
230°, 71%, 57%
CMYK
70, 57, 0, 13
Luminance
0.1474
Every format
| HEX | #445fdf |
| RGB | rgb(68, 95, 223) |
| HSL | hsl(230, 71%, 57%) |
| CMYK | cmyk(70%, 57%, 0%, 13%) |
| LAB | lab(45.3 32.2 -68.3) |
| LCH | lch(45.3 75.5 295.3) |
| OKLCH | oklch(0.541 0.197 269.6) |
Copy-ready code
/* CSS */
color: #445fdf;
background-color: #445fdf;
/* Tailwind (arbitrary) */
class="text-[#445fdf] bg-[#445fdf]"
/* SCSS */
$brand: #445fdf;
/* SwiftUI */
Color(red: 0.267, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#445fdf")Accessibility — WCAG contrast
Aa
#445fdf on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445fdf on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green37.3%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#445fdf text on a black background
contrast 3.95:1
Card sample
#445fdf text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445fdf;
Background color
Panel with #445fdf background
background-color: #445fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445fdf; background: linear-gradient(135deg, #445fdf, #9044DF);