#445cf4
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 92, 244
HSL
232°, 89%, 61%
CMYK
72, 62, 0, 4
Luminance
0.1541
Every format
| HEX | #445cf4 |
| RGB | rgb(68, 92, 244) |
| HSL | hsl(232, 89%, 61%) |
| CMYK | cmyk(72%, 62%, 0%, 4%) |
| LAB | lab(46.2 41.4 -78.6) |
| LCH | lch(46.2 88.8 297.8) |
| OKLCH | oklch(0.552 0.227 270.1) |
Copy-ready code
/* CSS */
color: #445cf4;
background-color: #445cf4;
/* Tailwind (arbitrary) */
class="text-[#445cf4] bg-[#445cf4]"
/* SCSS */
$brand: #445cf4;
/* SwiftUI */
Color(red: 0.267, green: 0.361, blue: 0.957)
/* Android */
Color.parseColor("#445cf4")Accessibility — WCAG contrast
Aa
#445cf4 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445cf4 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.1%
Blue95.7%
CMYK percentages
Cyan72.1%
Magenta62.3%
Yellow0.0%
Key (black)4.3%
Color previews
#445cf4 text on a black background
contrast 4.08:1
Card sample
#445cf4 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445cf4;
Background color
Panel with #445cf4 background
background-color: #445cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 92, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 92, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445cf4; background: linear-gradient(135deg, #445cf4, #A144F4);