#736ef1
a light, electric blue · warm · closest name: slateblue
RGB
115, 110, 241
HSL
242°, 82%, 69%
CMYK
52, 54, 0, 6
Luminance
0.2115
Every format
| HEX | #736ef1 |
| RGB | rgb(115, 110, 241) |
| HSL | hsl(242, 82%, 69%) |
| CMYK | cmyk(52%, 54%, 0%, 6%) |
| LAB | lab(53.1 36.9 -65.6) |
| LCH | lch(53.1 75.2 299.3) |
| OKLCH | oklch(0.611 0.191 280.8) |
Copy-ready code
/* CSS */
color: #736ef1;
background-color: #736ef1;
/* Tailwind (arbitrary) */
class="text-[#736ef1] bg-[#736ef1]"
/* SCSS */
$brand: #736ef1;
/* SwiftUI */
Color(red: 0.451, green: 0.431, blue: 0.945)
/* Android */
Color.parseColor("#736ef1")Accessibility — WCAG contrast
Aa
#736ef1 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#736ef1 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green43.1%
Blue94.5%
CMYK percentages
Cyan52.3%
Magenta54.4%
Yellow0.0%
Key (black)5.5%
Color previews
#736ef1 text on a black background
contrast 5.23:1
Card sample
#736ef1 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736ef1;
Background color
Panel with #736ef1 background
background-color: #736ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 110, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 110, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736ef1; background: linear-gradient(135deg, #736ef1, #CA6EF1);