#445cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
68, 92, 223
HSL
231°, 71%, 57%
CMYK
70, 59, 0, 13
Luminance
0.1421
Every format
| HEX | #445cdf |
| RGB | rgb(68, 92, 223) |
| HSL | hsl(231, 71%, 57%) |
| CMYK | cmyk(70%, 59%, 0%, 13%) |
| LAB | lab(44.5 34.1 -69.5) |
| LCH | lch(44.5 77.4 296.2) |
| OKLCH | oklch(0.535 0.200 270.2) |
Copy-ready code
/* CSS */
color: #445cdf;
background-color: #445cdf;
/* Tailwind (arbitrary) */
class="text-[#445cdf] bg-[#445cdf]"
/* SCSS */
$brand: #445cdf;
/* SwiftUI */
Color(red: 0.267, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#445cdf")Accessibility — WCAG contrast
Aa
#445cdf on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445cdf on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.1%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#445cdf text on a black background
contrast 3.84:1
Card sample
#445cdf text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445cdf;
Background color
Panel with #445cdf background
background-color: #445cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445cdf; background: linear-gradient(135deg, #445cdf, #9344DF);