#7463df
a balanced, vivid blue · warm · closest name: slateblue
RGB
116, 99, 223
HSL
248°, 66%, 63%
CMYK
48, 56, 0, 13
Luminance
0.1796
Every format
| HEX | #7463df |
| RGB | rgb(116, 99, 223) |
| HSL | hsl(248, 66%, 63%) |
| CMYK | cmyk(48%, 56%, 0%, 13%) |
| LAB | lab(49.5 38.1 -61.4) |
| LCH | lch(49.5 72.2 301.9) |
| OKLCH | oklch(0.580 0.182 285.5) |
Copy-ready code
/* CSS */
color: #7463df;
background-color: #7463df;
/* Tailwind (arbitrary) */
class="text-[#7463df] bg-[#7463df]"
/* SCSS */
$brand: #7463df;
/* SwiftUI */
Color(red: 0.455, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#7463df")Accessibility — WCAG contrast
Aa
#7463df on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7463df on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green38.8%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7463df text on a black background
contrast 4.59:1
Card sample
#7463df text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7463df;
Background color
Panel with #7463df background
background-color: #7463df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7463df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7463df; background: linear-gradient(135deg, #7463df, #C763DF);