#736cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
115, 108, 223
HSL
244°, 64%, 65%
CMYK
48, 52, 0, 13
Luminance
0.1970
Every format
| HEX | #736cdf |
| RGB | rgb(115, 108, 223) |
| HSL | hsl(244, 64%, 65%) |
| CMYK | cmyk(48%, 52%, 0%, 13%) |
| LAB | lab(51.5 32.6 -58.1) |
| LCH | lch(51.5 66.6 299.3) |
| OKLCH | oklch(0.595 0.170 282.7) |
Copy-ready code
/* CSS */
color: #736cdf;
background-color: #736cdf;
/* Tailwind (arbitrary) */
class="text-[#736cdf] bg-[#736cdf]"
/* SCSS */
$brand: #736cdf;
/* SwiftUI */
Color(red: 0.451, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#736cdf")Accessibility — WCAG contrast
Aa
#736cdf on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#736cdf on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green42.4%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#736cdf text on a black background
contrast 4.94:1
Card sample
#736cdf text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736cdf;
Background color
Panel with #736cdf background
background-color: #736cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736cdf; background: linear-gradient(135deg, #736cdf, #C06CDF);