#735fd2
a balanced, vivid blue · warm · “slateblue”
RGB
115, 95, 210
HSL
250°, 56%, 60%
CMYK
45, 55, 0, 18
Luminance
0.1648
Every format
| HEX | #735fd2 |
| RGB | rgb(115, 95, 210) |
| HSL | hsl(250, 56%, 60%) |
| CMYK | cmyk(45%, 55%, 0%, 18%) |
| LAB | lab(47.6 36.5 -57.0) |
| LCH | lch(47.6 67.6 302.7) |
| OKLCH | oklch(0.563 0.170 287.6) |
Copy-ready code
/* CSS */
color: #735fd2;
background-color: #735fd2;
/* Tailwind (arbitrary) */
class="text-[#735fd2] bg-[#735fd2]"
/* SCSS */
$brand: #735fd2;
/* SwiftUI */
Color(red: 0.451, green: 0.373, blue: 0.824)
/* Android */
Color.parseColor("#735fd2")Accessibility — WCAG contrast
Aa
#735fd2 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#735fd2 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green37.3%
Blue82.4%
CMYK percentages
Cyan45.2%
Magenta54.8%
Yellow0.0%
Key (black)17.6%
Color previews
#735fd2 text on a black background
contrast 4.30:1
Card sample
#735fd2 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #735fd2;
Background color
Panel with #735fd2 background
background-color: #735fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #735fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 95, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 95, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #735fd2; background: linear-gradient(135deg, #735fd2, #C05FD2);