#466af2
a balanced, electric blue · warm · closest name: royalblue
RGB
70, 106, 242
HSL
227°, 87%, 61%
CMYK
71, 56, 0, 5
Luminance
0.1802
Every format
| HEX | #466af2 |
| RGB | rgb(70, 106, 242) |
| HSL | hsl(227, 87%, 61%) |
| CMYK | cmyk(71%, 56%, 0%, 5%) |
| LAB | lab(49.5 32.3 -72.1) |
| LCH | lch(49.5 79.0 294.1) |
| OKLCH | oklch(0.577 0.208 268.0) |
Copy-ready code
/* CSS */
color: #466af2;
background-color: #466af2;
/* Tailwind (arbitrary) */
class="text-[#466af2] bg-[#466af2]"
/* SCSS */
$brand: #466af2;
/* SwiftUI */
Color(red: 0.275, green: 0.416, blue: 0.949)
/* Android */
Color.parseColor("#466af2")Accessibility — WCAG contrast
Aa
#466af2 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#466af2 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green41.6%
Blue94.9%
CMYK percentages
Cyan71.1%
Magenta56.2%
Yellow0.0%
Key (black)5.1%
Color previews
#466af2 text on a black background
contrast 4.60:1
Card sample
#466af2 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #466af2;
Background color
Panel with #466af2 background
background-color: #466af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #466af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 106, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 106, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #466af2; background: linear-gradient(135deg, #466af2, #9546F2);