#736fdf
a light, vivid blue · warm · closest name: slateblue
RGB
115, 111, 223
HSL
242°, 64%, 66%
CMYK
48, 50, 0, 13
Luminance
0.2034
Every format
| HEX | #736fdf |
| RGB | rgb(115, 111, 223) |
| HSL | hsl(242, 64%, 66%) |
| CMYK | cmyk(48%, 50%, 0%, 13%) |
| LAB | lab(52.2 30.8 -56.9) |
| LCH | lch(52.2 64.7 298.4) |
| OKLCH | oklch(0.600 0.166 281.8) |
Copy-ready code
/* CSS */
color: #736fdf;
background-color: #736fdf;
/* Tailwind (arbitrary) */
class="text-[#736fdf] bg-[#736fdf]"
/* SCSS */
$brand: #736fdf;
/* SwiftUI */
Color(red: 0.451, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#736fdf")Accessibility — WCAG contrast
Aa
#736fdf on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#736fdf on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green43.5%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#736fdf text on a black background
contrast 5.07:1
Card sample
#736fdf text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736fdf;
Background color
Panel with #736fdf background
background-color: #736fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736fdf; background: linear-gradient(135deg, #736fdf, #BE6FDF);