#735ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
115, 90, 222
HSL
251°, 67%, 61%
CMYK
48, 60, 0, 13
Luminance
0.1623
Every format
| HEX | #735ade |
| RGB | rgb(115, 90, 222) |
| HSL | hsl(251, 67%, 61%) |
| CMYK | cmyk(48%, 60%, 0%, 13%) |
| LAB | lab(47.3 42.9 -64.3) |
| LCH | lch(47.3 77.3 303.7) |
| OKLCH | oklch(0.563 0.193 287.2) |
Copy-ready code
/* CSS */
color: #735ade;
background-color: #735ade;
/* Tailwind (arbitrary) */
class="text-[#735ade] bg-[#735ade]"
/* SCSS */
$brand: #735ade;
/* SwiftUI */
Color(red: 0.451, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#735ade")Accessibility — WCAG contrast
Aa
#735ade on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#735ade on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green35.3%
Blue87.1%
CMYK percentages
Cyan48.2%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#735ade text on a black background
contrast 4.25:1
Card sample
#735ade text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #735ade;
Background color
Panel with #735ade background
background-color: #735ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #735ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #735ade; background: linear-gradient(135deg, #735ade, #CB5ADE);