#735ef1
a light, electric blue · warm · closest name: slateblue
RGB
115, 94, 241
HSL
249°, 84%, 66%
CMYK
52, 61, 0, 6
Luminance
0.1800
Every format
| HEX | #735ef1 |
| RGB | rgb(115, 94, 241) |
| HSL | hsl(249, 84%, 66%) |
| CMYK | cmyk(52%, 61%, 0%, 6%) |
| LAB | lab(49.5 46.1 -71.4) |
| LCH | lch(49.5 85.0 302.9) |
| OKLCH | oklch(0.584 0.211 284.2) |
Copy-ready code
/* CSS */
color: #735ef1;
background-color: #735ef1;
/* Tailwind (arbitrary) */
class="text-[#735ef1] bg-[#735ef1]"
/* SCSS */
$brand: #735ef1;
/* SwiftUI */
Color(red: 0.451, green: 0.369, blue: 0.945)
/* Android */
Color.parseColor("#735ef1")Accessibility — WCAG contrast
Aa
#735ef1 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#735ef1 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green36.9%
Blue94.5%
CMYK percentages
Cyan52.3%
Magenta61.0%
Yellow0.0%
Key (black)5.5%
Color previews
#735ef1 text on a black background
contrast 4.60:1
Card sample
#735ef1 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #735ef1;
Background color
Panel with #735ef1 background
background-color: #735ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #735ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 94, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 94, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #735ef1; background: linear-gradient(135deg, #735ef1, #D55EF1);