#7461eb
a light, electric blue · warm · closest name: slateblue
RGB
116, 97, 235
HSL
248°, 78%, 65%
CMYK
51, 59, 0, 8
Luminance
0.1826
Every format
| HEX | #7461eb |
| RGB | rgb(116, 97, 235) |
| HSL | hsl(248, 78%, 65%) |
| CMYK | cmyk(51%, 59%, 0%, 8%) |
| LAB | lab(49.8 42.9 -67.5) |
| LCH | lch(49.8 80.0 302.4) |
| OKLCH | oklch(0.585 0.200 284.7) |
Copy-ready code
/* CSS */
color: #7461eb;
background-color: #7461eb;
/* Tailwind (arbitrary) */
class="text-[#7461eb] bg-[#7461eb]"
/* SCSS */
$brand: #7461eb;
/* SwiftUI */
Color(red: 0.455, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#7461eb")Accessibility — WCAG contrast
Aa
#7461eb on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7461eb on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green38.0%
Blue92.2%
CMYK percentages
Cyan50.6%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7461eb text on a black background
contrast 4.65:1
Card sample
#7461eb text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7461eb;
Background color
Panel with #7461eb background
background-color: #7461eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7461eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7461eb; background: linear-gradient(135deg, #7461eb, #D061EB);