#7c70eb
a light, electric blue · warm · closest name: slateblue
RGB
124, 112, 235
HSL
246°, 76%, 68%
CMYK
47, 52, 0, 8
Luminance
0.2187
Every format
| HEX | #7c70eb |
| RGB | rgb(124, 112, 235) |
| HSL | hsl(246, 76%, 68%) |
| CMYK | cmyk(47%, 52%, 0%, 8%) |
| LAB | lab(53.9 35.7 -60.9) |
| LCH | lch(53.9 70.6 300.4) |
| OKLCH | oklch(0.617 0.179 284.3) |
Copy-ready code
/* CSS */
color: #7c70eb;
background-color: #7c70eb;
/* Tailwind (arbitrary) */
class="text-[#7c70eb] bg-[#7c70eb]"
/* SCSS */
$brand: #7c70eb;
/* SwiftUI */
Color(red: 0.486, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#7c70eb")Accessibility — WCAG contrast
Aa
#7c70eb on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c70eb on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green43.9%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#7c70eb text on a black background
contrast 5.37:1
Card sample
#7c70eb text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c70eb;
Background color
Panel with #7c70eb background
background-color: #7c70eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c70eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c70eb; background: linear-gradient(135deg, #7c70eb, #CE70EB);