#445cf6
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 92, 246
HSL
232°, 91%, 62%
CMYK
72, 63, 0, 4
Luminance
0.1554
Every format
| HEX | #445cf6 |
| RGB | rgb(68, 92, 246) |
| HSL | hsl(232, 91%, 62%) |
| CMYK | cmyk(72%, 63%, 0%, 4%) |
| LAB | lab(46.4 42.1 -79.5) |
| LCH | lch(46.4 89.9 297.9) |
| OKLCH | oklch(0.554 0.230 270.1) |
Copy-ready code
/* CSS */
color: #445cf6;
background-color: #445cf6;
/* Tailwind (arbitrary) */
class="text-[#445cf6] bg-[#445cf6]"
/* SCSS */
$brand: #445cf6;
/* SwiftUI */
Color(red: 0.267, green: 0.361, blue: 0.965)
/* Android */
Color.parseColor("#445cf6")Accessibility — WCAG contrast
Aa
#445cf6 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445cf6 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.1%
Blue96.5%
CMYK percentages
Cyan72.4%
Magenta62.6%
Yellow0.0%
Key (black)3.5%
Color previews
#445cf6 text on a black background
contrast 4.11:1
Card sample
#445cf6 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445cf6;
Background color
Panel with #445cf6 background
background-color: #445cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 92, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 92, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445cf6; background: linear-gradient(135deg, #445cf6, #A344F6);