#466cf2
a balanced, electric blue · warm · closest name: royalblue
RGB
70, 108, 242
HSL
227°, 87%, 61%
CMYK
71, 55, 0, 5
Luminance
0.1844
Every format
| HEX | #466cf2 |
| RGB | rgb(70, 108, 242) |
| HSL | hsl(227, 87%, 61%) |
| CMYK | cmyk(71%, 55%, 0%, 5%) |
| LAB | lab(50.0 31.1 -71.3) |
| LCH | lch(50.0 77.7 293.6) |
| OKLCH | oklch(0.581 0.205 267.5) |
Copy-ready code
/* CSS */
color: #466cf2;
background-color: #466cf2;
/* Tailwind (arbitrary) */
class="text-[#466cf2] bg-[#466cf2]"
/* SCSS */
$brand: #466cf2;
/* SwiftUI */
Color(red: 0.275, green: 0.424, blue: 0.949)
/* Android */
Color.parseColor("#466cf2")Accessibility — WCAG contrast
Aa
#466cf2 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#466cf2 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green42.4%
Blue94.9%
CMYK percentages
Cyan71.1%
Magenta55.4%
Yellow0.0%
Key (black)5.1%
Color previews
#466cf2 text on a black background
contrast 4.69:1
Card sample
#466cf2 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #466cf2;
Background color
Panel with #466cf2 background
background-color: #466cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #466cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 108, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 108, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #466cf2; background: linear-gradient(135deg, #466cf2, #9346F2);