#445fd0
a balanced, vivid blue · warm · closest name: royalblue
RGB
68, 95, 208
HSL
228°, 60%, 54%
CMYK
67, 54, 0, 18
Luminance
0.1397
Every format
| HEX | #445fd0 |
| RGB | rgb(68, 95, 208) |
| HSL | hsl(228, 60%, 54%) |
| CMYK | cmyk(67%, 54%, 0%, 18%) |
| LAB | lab(44.2 27.0 -61.5) |
| LCH | lch(44.2 67.1 293.7) |
| OKLCH | oklch(0.529 0.177 269.3) |
Copy-ready code
/* CSS */
color: #445fd0;
background-color: #445fd0;
/* Tailwind (arbitrary) */
class="text-[#445fd0] bg-[#445fd0]"
/* SCSS */
$brand: #445fd0;
/* SwiftUI */
Color(red: 0.267, green: 0.373, blue: 0.816)
/* Android */
Color.parseColor("#445fd0")Accessibility — WCAG contrast
Aa
#445fd0 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445fd0 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green37.3%
Blue81.6%
CMYK percentages
Cyan67.3%
Magenta54.3%
Yellow0.0%
Key (black)18.4%
Color previews
#445fd0 text on a black background
contrast 3.79:1
Card sample
#445fd0 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445fd0;
Background color
Panel with #445fd0 background
background-color: #445fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 95, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 95, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445fd0; background: linear-gradient(135deg, #445fd0, #8644D0);