#736aef
a light, electric blue · warm · closest name: slateblue
RGB
115, 106, 239
HSL
244°, 81%, 68%
CMYK
52, 56, 0, 6
Luminance
0.2018
Every format
| HEX | #736aef |
| RGB | rgb(115, 106, 239) |
| HSL | hsl(244, 81%, 68%) |
| CMYK | cmyk(52%, 56%, 0%, 6%) |
| LAB | lab(52.0 38.6 -66.2) |
| LCH | lch(52.0 76.6 300.3) |
| OKLCH | oklch(0.602 0.194 281.9) |
Copy-ready code
/* CSS */
color: #736aef;
background-color: #736aef;
/* Tailwind (arbitrary) */
class="text-[#736aef] bg-[#736aef]"
/* SCSS */
$brand: #736aef;
/* SwiftUI */
Color(red: 0.451, green: 0.416, blue: 0.937)
/* Android */
Color.parseColor("#736aef")Accessibility — WCAG contrast
Aa
#736aef on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#736aef on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green41.6%
Blue93.7%
CMYK percentages
Cyan51.9%
Magenta55.6%
Yellow0.0%
Key (black)6.3%
Color previews
#736aef text on a black background
contrast 5.04:1
Card sample
#736aef text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736aef;
Background color
Panel with #736aef background
background-color: #736aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 106, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 106, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736aef; background: linear-gradient(135deg, #736aef, #CC6AEF);