#460ef1
a balanced, electric blue · warm · closest name: blue
RGB
70, 14, 241
HSL
255°, 89%, 50%
CMYK
71, 94, 0, 6
Luminance
0.0797
Every format
| HEX | #460ef1 |
| RGB | rgb(70, 14, 241) |
| HSL | hsl(255, 89%, 50%) |
| CMYK | cmyk(71%, 94%, 0%, 6%) |
| LAB | lab(33.9 74.9 -97.2) |
| LCH | lch(33.9 122.7 307.6) |
| OKLCH | oklch(0.465 0.282 276.6) |
Copy-ready code
/* CSS */
color: #460ef1;
background-color: #460ef1;
/* Tailwind (arbitrary) */
class="text-[#460ef1] bg-[#460ef1]"
/* SCSS */
$brand: #460ef1;
/* SwiftUI */
Color(red: 0.275, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#460ef1")Accessibility — WCAG contrast
Aa
#460ef1 on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#460ef1 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green5.5%
Blue94.5%
CMYK percentages
Cyan71.0%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#460ef1 text on a black background
contrast 2.59:1
Card sample
#460ef1 text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #460ef1;
Background color
Panel with #460ef1 background
background-color: #460ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #460ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #460ef1; background: linear-gradient(135deg, #460ef1, #DD0EF1);