#735cff
a light, electric blue · warm · closest name: slateblue
RGB
115, 92, 255
HSL
249°, 100%, 68%
CMYK
55, 64, 0, 0
Luminance
0.1852
Every format
| HEX | #735cff |
| RGB | rgb(115, 92, 255) |
| HSL | hsl(249, 100%, 68%) |
| CMYK | cmyk(55%, 64%, 0%, 0%) |
| LAB | lab(50.1 51.4 -78.2) |
| LCH | lch(50.1 93.6 303.3) |
| OKLCH | oklch(0.592 0.231 283.2) |
Copy-ready code
/* CSS */
color: #735cff;
background-color: #735cff;
/* Tailwind (arbitrary) */
class="text-[#735cff] bg-[#735cff]"
/* SCSS */
$brand: #735cff;
/* SwiftUI */
Color(red: 0.451, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#735cff")Accessibility — WCAG contrast
Aa
#735cff on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#735cff on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green36.1%
Blue100.0%
CMYK percentages
Cyan54.9%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#735cff text on a black background
contrast 4.70:1
Card sample
#735cff text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #735cff;
Background color
Panel with #735cff background
background-color: #735cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #735cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #735cff; background: linear-gradient(135deg, #735cff, #E05CFF);