#463df2
a balanced, electric blue · warm · closest name: blue
RGB
70, 61, 242
HSL
243°, 87%, 59%
CMYK
71, 75, 0, 5
Luminance
0.1105
Every format
| HEX | #463df2 |
| RGB | rgb(70, 61, 242) |
| HSL | hsl(243, 87%, 59%) |
| CMYK | cmyk(71%, 75%, 0%, 5%) |
| LAB | lab(39.7 58.5 -88.2) |
| LCH | lch(39.7 105.9 303.6) |
| OKLCH | oklch(0.505 0.256 274.4) |
Copy-ready code
/* CSS */
color: #463df2;
background-color: #463df2;
/* Tailwind (arbitrary) */
class="text-[#463df2] bg-[#463df2]"
/* SCSS */
$brand: #463df2;
/* SwiftUI */
Color(red: 0.275, green: 0.239, blue: 0.949)
/* Android */
Color.parseColor("#463df2")Accessibility — WCAG contrast
Aa
#463df2 on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#463df2 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green23.9%
Blue94.9%
CMYK percentages
Cyan71.1%
Magenta74.8%
Yellow0.0%
Key (black)5.1%
Color previews
#463df2 text on a black background
contrast 3.21:1
Card sample
#463df2 text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463df2;
Background color
Panel with #463df2 background
background-color: #463df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 61, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 61, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463df2; background: linear-gradient(135deg, #463df2, #BF3DF2);