#736ae0
a balanced, vivid blue · warm · closest name: slateblue
RGB
115, 106, 224
HSL
245°, 66%, 65%
CMYK
49, 53, 0, 12
Luminance
0.1933
Every format
| HEX | #736ae0 |
| RGB | rgb(115, 106, 224) |
| HSL | hsl(245, 66%, 65%) |
| CMYK | cmyk(49%, 53%, 0%, 12%) |
| LAB | lab(51.1 34.1 -59.3) |
| LCH | lch(51.1 68.4 299.9) |
| OKLCH | oklch(0.592 0.174 283.2) |
Copy-ready code
/* CSS */
color: #736ae0;
background-color: #736ae0;
/* Tailwind (arbitrary) */
class="text-[#736ae0] bg-[#736ae0]"
/* SCSS */
$brand: #736ae0;
/* SwiftUI */
Color(red: 0.451, green: 0.416, blue: 0.878)
/* Android */
Color.parseColor("#736ae0")Accessibility — WCAG contrast
Aa
#736ae0 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#736ae0 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green41.6%
Blue87.8%
CMYK percentages
Cyan48.7%
Magenta52.7%
Yellow0.0%
Key (black)12.2%
Color previews
#736ae0 text on a black background
contrast 4.87:1
Card sample
#736ae0 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736ae0;
Background color
Panel with #736ae0 background
background-color: #736ae0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736ae0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 106, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 106, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736ae0; background: linear-gradient(135deg, #736ae0, #C26AE0);