#736afb
a light, electric blue · warm · closest name: slateblue
RGB
115, 106, 251
HSL
244°, 95%, 70%
CMYK
54, 58, 0, 2
Luminance
0.2092
Every format
| HEX | #736afb |
| RGB | rgb(115, 106, 251) |
| HSL | hsl(244, 95%, 70%) |
| CMYK | cmyk(54%, 58%, 0%, 2%) |
| LAB | lab(52.9 42.2 -71.5) |
| LCH | lch(52.9 83.1 300.6) |
| OKLCH | oklch(0.611 0.209 281.0) |
Copy-ready code
/* CSS */
color: #736afb;
background-color: #736afb;
/* Tailwind (arbitrary) */
class="text-[#736afb] bg-[#736afb]"
/* SCSS */
$brand: #736afb;
/* SwiftUI */
Color(red: 0.451, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#736afb")Accessibility — WCAG contrast
Aa
#736afb on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#736afb on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green41.6%
Blue98.4%
CMYK percentages
Cyan54.2%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#736afb text on a black background
contrast 5.18:1
Card sample
#736afb text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736afb;
Background color
Panel with #736afb background
background-color: #736afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736afb; background: linear-gradient(135deg, #736afb, #D46AFB);