#445af0
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 90, 240
HSL
232°, 85%, 60%
CMYK
72, 63, 0, 6
Luminance
0.1483
Every format
| HEX | #445af0 |
| RGB | rgb(68, 90, 240) |
| HSL | hsl(232, 85%, 60%) |
| CMYK | cmyk(72%, 63%, 0%, 6%) |
| LAB | lab(45.4 41.2 -77.7) |
| LCH | lch(45.4 87.9 298.0) |
| OKLCH | oklch(0.546 0.224 270.5) |
Copy-ready code
/* CSS */
color: #445af0;
background-color: #445af0;
/* Tailwind (arbitrary) */
class="text-[#445af0] bg-[#445af0]"
/* SCSS */
$brand: #445af0;
/* SwiftUI */
Color(red: 0.267, green: 0.353, blue: 0.941)
/* Android */
Color.parseColor("#445af0")Accessibility — WCAG contrast
Aa
#445af0 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445af0 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green35.3%
Blue94.1%
CMYK percentages
Cyan71.7%
Magenta62.5%
Yellow0.0%
Key (black)5.9%
Color previews
#445af0 text on a black background
contrast 3.97:1
Card sample
#445af0 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445af0;
Background color
Panel with #445af0 background
background-color: #445af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 90, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 90, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445af0; background: linear-gradient(135deg, #445af0, #A144F0);