#460dfb
a balanced, electric blue · warm · closest name: blue
RGB
70, 13, 251
HSL
254°, 97%, 52%
CMYK
72, 95, 0, 2
Luminance
0.0855
Every format
| HEX | #460dfb |
| RGB | rgb(70, 13, 251) |
| HSL | hsl(254, 97%, 52%) |
| CMYK | cmyk(72%, 95%, 0%, 2%) |
| LAB | lab(35.1 77.5 -100.8) |
| LCH | lch(35.1 127.2 307.5) |
| OKLCH | oklch(0.477 0.292 275.7) |
Copy-ready code
/* CSS */
color: #460dfb;
background-color: #460dfb;
/* Tailwind (arbitrary) */
class="text-[#460dfb] bg-[#460dfb]"
/* SCSS */
$brand: #460dfb;
/* SwiftUI */
Color(red: 0.275, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#460dfb")Accessibility — WCAG contrast
Aa
#460dfb on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#460dfb on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green5.1%
Blue98.4%
CMYK percentages
Cyan72.1%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#460dfb text on a black background
contrast 2.71:1
Card sample
#460dfb text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #460dfb;
Background color
Panel with #460dfb background
background-color: #460dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #460dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #460dfb; background: linear-gradient(135deg, #460dfb, #E50DFB);