#447ef1
a balanced, electric blue · cool · closest name: royalblue
RGB
68, 126, 241
HSL
220°, 86%, 61%
CMYK
72, 48, 0, 6
Luminance
0.2250
Every format
| HEX | #447ef1 |
| RGB | rgb(68, 126, 241) |
| HSL | hsl(220, 86%, 61%) |
| CMYK | cmyk(72%, 48%, 0%, 6%) |
| LAB | lab(54.5 19.3 -63.4) |
| LCH | lch(54.5 66.2 286.9) |
| OKLCH | oklch(0.615 0.184 262.3) |
Copy-ready code
/* CSS */
color: #447ef1;
background-color: #447ef1;
/* Tailwind (arbitrary) */
class="text-[#447ef1] bg-[#447ef1]"
/* SCSS */
$brand: #447ef1;
/* SwiftUI */
Color(red: 0.267, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#447ef1")Accessibility — WCAG contrast
Aa
#447ef1 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#447ef1 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green49.4%
Blue94.5%
CMYK percentages
Cyan71.8%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#447ef1 text on a black background
contrast 5.50:1
Card sample
#447ef1 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447ef1;
Background color
Panel with #447ef1 background
background-color: #447ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447ef1; background: linear-gradient(135deg, #447ef1, #7D44F1);