#746fdf
a light, vivid blue · warm · closest name: slateblue
RGB
116, 111, 223
HSL
243°, 64%, 66%
CMYK
48, 50, 0, 13
Luminance
0.2041
Every format
| HEX | #746fdf |
| RGB | rgb(116, 111, 223) |
| HSL | hsl(243, 64%, 66%) |
| CMYK | cmyk(48%, 50%, 0%, 13%) |
| LAB | lab(52.3 31.0 -56.8) |
| LCH | lch(52.3 64.7 298.7) |
| OKLCH | oklch(0.601 0.165 282.2) |
Copy-ready code
/* CSS */
color: #746fdf;
background-color: #746fdf;
/* Tailwind (arbitrary) */
class="text-[#746fdf] bg-[#746fdf]"
/* SCSS */
$brand: #746fdf;
/* SwiftUI */
Color(red: 0.455, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#746fdf")Accessibility — WCAG contrast
Aa
#746fdf on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#746fdf on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green43.5%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#746fdf text on a black background
contrast 5.08:1
Card sample
#746fdf text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #746fdf;
Background color
Panel with #746fdf background
background-color: #746fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #746fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #746fdf; background: linear-gradient(135deg, #746fdf, #BF6FDF);