#445eb5
a balanced, vivid blue · warm · closest name: royalblue
RGB
68, 94, 181
HSL
226°, 45%, 49%
CMYK
62, 48, 0, 29
Luminance
0.1257
Every format
| HEX | #445eb5 |
| RGB | rgb(68, 94, 181) |
| HSL | hsl(226, 45%, 49%) |
| CMYK | cmyk(62%, 48%, 0%, 29%) |
| LAB | lab(42.1 18.1 -49.2) |
| LCH | lch(42.1 52.4 290.2) |
| OKLCH | oklch(0.507 0.141 268.5) |
Copy-ready code
/* CSS */
color: #445eb5;
background-color: #445eb5;
/* Tailwind (arbitrary) */
class="text-[#445eb5] bg-[#445eb5]"
/* SCSS */
$brand: #445eb5;
/* SwiftUI */
Color(red: 0.267, green: 0.369, blue: 0.710)
/* Android */
Color.parseColor("#445eb5")Accessibility — WCAG contrast
Aa
#445eb5 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445eb5 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.9%
Blue71.0%
CMYK percentages
Cyan62.4%
Magenta48.1%
Yellow0.0%
Key (black)29.0%
Color previews
#445eb5 text on a black background
contrast 3.51:1
Card sample
#445eb5 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445eb5;
Background color
Panel with #445eb5 background
background-color: #445eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 94, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 94, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445eb5; background: linear-gradient(135deg, #445eb5, #7544B5);