#445cda
a balanced, vivid blue · warm · closest name: royalblue
RGB
68, 92, 218
HSL
230°, 67%, 56%
CMYK
69, 58, 0, 15
Luminance
0.1395
Every format
| HEX | #445cda |
| RGB | rgb(68, 92, 218) |
| HSL | hsl(230, 67%, 56%) |
| CMYK | cmyk(69%, 58%, 0%, 15%) |
| LAB | lab(44.1 32.4 -67.3) |
| LCH | lch(44.1 74.6 295.7) |
| OKLCH | oklch(0.531 0.194 270.2) |
Copy-ready code
/* CSS */
color: #445cda;
background-color: #445cda;
/* Tailwind (arbitrary) */
class="text-[#445cda] bg-[#445cda]"
/* SCSS */
$brand: #445cda;
/* SwiftUI */
Color(red: 0.267, green: 0.361, blue: 0.855)
/* Android */
Color.parseColor("#445cda")Accessibility — WCAG contrast
Aa
#445cda on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445cda on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.1%
Blue85.5%
CMYK percentages
Cyan68.8%
Magenta57.8%
Yellow0.0%
Key (black)14.5%
Color previews
#445cda text on a black background
contrast 3.79:1
Card sample
#445cda text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445cda;
Background color
Panel with #445cda background
background-color: #445cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 92, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 92, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445cda; background: linear-gradient(135deg, #445cda, #9044DA);