#7f60eb
a balanced, electric blue · warm · closest name: slateblue
RGB
127, 96, 235
HSL
253°, 78%, 65%
CMYK
46, 59, 0, 8
Luminance
0.1888
Every format
| HEX | #7f60eb |
| RGB | rgb(127, 96, 235) |
| HSL | hsl(253, 78%, 65%) |
| CMYK | cmyk(46%, 59%, 0%, 8%) |
| LAB | lab(50.5 45.6 -66.3) |
| LCH | lch(50.5 80.5 304.5) |
| OKLCH | oklch(0.593 0.200 289.1) |
Copy-ready code
/* CSS */
color: #7f60eb;
background-color: #7f60eb;
/* Tailwind (arbitrary) */
class="text-[#7f60eb] bg-[#7f60eb]"
/* SCSS */
$brand: #7f60eb;
/* SwiftUI */
Color(red: 0.498, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#7f60eb")Accessibility — WCAG contrast
Aa
#7f60eb on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f60eb on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green37.6%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#7f60eb text on a black background
contrast 4.78:1
Card sample
#7f60eb text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f60eb;
Background color
Panel with #7f60eb background
background-color: #7f60eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f60eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f60eb; background: linear-gradient(135deg, #7f60eb, #DC60EB);