#736ae3
a light, vivid blue · warm · closest name: slateblue
RGB
115, 106, 227
HSL
245°, 68%, 65%
CMYK
49, 53, 0, 11
Luminance
0.1950
Every format
| HEX | #736ae3 |
| RGB | rgb(115, 106, 227) |
| HSL | hsl(245, 68%, 65%) |
| CMYK | cmyk(49%, 53%, 0%, 11%) |
| LAB | lab(51.3 35.0 -60.7) |
| LCH | lch(51.3 70.1 300.0) |
| OKLCH | oklch(0.594 0.178 282.9) |
Copy-ready code
/* CSS */
color: #736ae3;
background-color: #736ae3;
/* Tailwind (arbitrary) */
class="text-[#736ae3] bg-[#736ae3]"
/* SCSS */
$brand: #736ae3;
/* SwiftUI */
Color(red: 0.451, green: 0.416, blue: 0.890)
/* Android */
Color.parseColor("#736ae3")Accessibility — WCAG contrast
Aa
#736ae3 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#736ae3 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green41.6%
Blue89.0%
CMYK percentages
Cyan49.3%
Magenta53.3%
Yellow0.0%
Key (black)11.0%
Color previews
#736ae3 text on a black background
contrast 4.90:1
Card sample
#736ae3 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736ae3;
Background color
Panel with #736ae3 background
background-color: #736ae3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736ae3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 106, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 106, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736ae3; background: linear-gradient(135deg, #736ae3, #C46AE3);