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