#460df2
a balanced, electric blue · warm · closest name: blue
RGB
70, 13, 242
HSL
255°, 90%, 50%
CMYK
71, 95, 0, 5
Luminance
0.0800
Every format
| HEX | #460df2 |
| RGB | rgb(70, 13, 242) |
| HSL | hsl(255, 90%, 50%) |
| CMYK | cmyk(71%, 95%, 0%, 5%) |
| LAB | lab(34.0 75.3 -97.7) |
| LCH | lch(34.0 123.3 307.6) |
| OKLCH | oklch(0.466 0.284 276.5) |
Copy-ready code
/* CSS */
color: #460df2;
background-color: #460df2;
/* Tailwind (arbitrary) */
class="text-[#460df2] bg-[#460df2]"
/* SCSS */
$brand: #460df2;
/* SwiftUI */
Color(red: 0.275, green: 0.051, blue: 0.949)
/* Android */
Color.parseColor("#460df2")Accessibility — WCAG contrast
Aa
#460df2 on white: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#460df2 on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green5.1%
Blue94.9%
CMYK percentages
Cyan71.1%
Magenta94.6%
Yellow0.0%
Key (black)5.1%
Color previews
#460df2 text on a black background
contrast 2.60:1
Card sample
#460df2 text on a white background
contrast 8.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #460df2;
Background color
Panel with #460df2 background
background-color: #460df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #460df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 13, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 13, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #460df2; background: linear-gradient(135deg, #460df2, #DF0DF2);