#735dfb
a light, electric blue · warm · closest name: slateblue
RGB
115, 93, 251
HSL
248°, 95%, 68%
CMYK
54, 63, 0, 2
Luminance
0.1844
Every format
| HEX | #735dfb |
| RGB | rgb(115, 93, 251) |
| HSL | hsl(248, 95%, 68%) |
| CMYK | cmyk(54%, 63%, 0%, 2%) |
| LAB | lab(50.0 49.7 -76.1) |
| LCH | lch(50.0 90.9 303.1) |
| OKLCH | oklch(0.590 0.225 283.4) |
Copy-ready code
/* CSS */
color: #735dfb;
background-color: #735dfb;
/* Tailwind (arbitrary) */
class="text-[#735dfb] bg-[#735dfb]"
/* SCSS */
$brand: #735dfb;
/* SwiftUI */
Color(red: 0.451, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#735dfb")Accessibility — WCAG contrast
Aa
#735dfb on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#735dfb on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green36.5%
Blue98.4%
CMYK percentages
Cyan54.2%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#735dfb text on a black background
contrast 4.69:1
Card sample
#735dfb text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #735dfb;
Background color
Panel with #735dfb background
background-color: #735dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #735dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #735dfb; background: linear-gradient(135deg, #735dfb, #DD5DFB);