#7463cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
116, 99, 207
HSL
249°, 53%, 60%
CMYK
44, 52, 0, 19
Luminance
0.1714
Every format
| HEX | #7463cf |
| RGB | rgb(116, 99, 207) |
| HSL | hsl(249, 53%, 60%) |
| CMYK | cmyk(44%, 52%, 0%, 19%) |
| LAB | lab(48.4 33.5 -53.9) |
| LCH | lch(48.4 63.4 301.9) |
| OKLCH | oklch(0.569 0.161 287.4) |
Copy-ready code
/* CSS */
color: #7463cf;
background-color: #7463cf;
/* Tailwind (arbitrary) */
class="text-[#7463cf] bg-[#7463cf]"
/* SCSS */
$brand: #7463cf;
/* SwiftUI */
Color(red: 0.455, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#7463cf")Accessibility — WCAG contrast
Aa
#7463cf on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7463cf on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green38.8%
Blue81.2%
CMYK percentages
Cyan44.0%
Magenta52.2%
Yellow0.0%
Key (black)18.8%
Color previews
#7463cf text on a black background
contrast 4.43:1
Card sample
#7463cf text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7463cf;
Background color
Panel with #7463cf background
background-color: #7463cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7463cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7463cf; background: linear-gradient(135deg, #7463cf, #BC63CF);