#735eee
a light, electric blue · warm · closest name: slateblue
RGB
115, 94, 238
HSL
249°, 81%, 65%
CMYK
52, 61, 0, 7
Luminance
0.1782
Every format
| HEX | #735eee |
| RGB | rgb(115, 94, 238) |
| HSL | hsl(249, 81%, 65%) |
| CMYK | cmyk(52%, 61%, 0%, 7%) |
| LAB | lab(49.3 45.3 -70.1) |
| LCH | lch(49.3 83.4 302.9) |
| OKLCH | oklch(0.582 0.208 284.6) |
Copy-ready code
/* CSS */
color: #735eee;
background-color: #735eee;
/* Tailwind (arbitrary) */
class="text-[#735eee] bg-[#735eee]"
/* SCSS */
$brand: #735eee;
/* SwiftUI */
Color(red: 0.451, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#735eee")Accessibility — WCAG contrast
Aa
#735eee on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#735eee on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green36.9%
Blue93.3%
CMYK percentages
Cyan51.7%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#735eee text on a black background
contrast 4.56:1
Card sample
#735eee text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #735eee;
Background color
Panel with #735eee background
background-color: #735eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #735eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #735eee; background: linear-gradient(135deg, #735eee, #D35EEE);