#746dfb
a light, electric blue · warm · closest name: slateblue
RGB
116, 109, 251
HSL
243°, 95%, 71%
CMYK
54, 57, 0, 2
Luminance
0.2162
Every format
| HEX | #746dfb |
| RGB | rgb(116, 109, 251) |
| HSL | hsl(243, 95%, 71%) |
| CMYK | cmyk(54%, 57%, 0%, 2%) |
| LAB | lab(53.6 40.7 -70.3) |
| LCH | lch(53.6 81.2 300.1) |
| OKLCH | oklch(0.617 0.205 280.7) |
Copy-ready code
/* CSS */
color: #746dfb;
background-color: #746dfb;
/* Tailwind (arbitrary) */
class="text-[#746dfb] bg-[#746dfb]"
/* SCSS */
$brand: #746dfb;
/* SwiftUI */
Color(red: 0.455, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#746dfb")Accessibility — WCAG contrast
Aa
#746dfb on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#746dfb on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green42.7%
Blue98.4%
CMYK percentages
Cyan53.8%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#746dfb text on a black background
contrast 5.32:1
Card sample
#746dfb text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #746dfb;
Background color
Panel with #746dfb background
background-color: #746dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #746dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #746dfb; background: linear-gradient(135deg, #746dfb, #D36DFB);