#7b70ff
a light, electric blue · warm · closest name: slateblue
RGB
123, 112, 255
HSL
245°, 100%, 72%
CMYK
52, 56, 0, 0
Luminance
0.2302
Every format
| HEX | #7b70ff |
| RGB | rgb(123, 112, 255) |
| HSL | hsl(245, 100%, 72%) |
| CMYK | cmyk(52%, 56%, 0%, 0%) |
| LAB | lab(55.1 41.4 -70.1) |
| LCH | lch(55.1 81.4 300.6) |
| OKLCH | oklch(0.630 0.205 282.2) |
Copy-ready code
/* CSS */
color: #7b70ff;
background-color: #7b70ff;
/* Tailwind (arbitrary) */
class="text-[#7b70ff] bg-[#7b70ff]"
/* SCSS */
$brand: #7b70ff;
/* SwiftUI */
Color(red: 0.482, green: 0.439, blue: 1.000)
/* Android */
Color.parseColor("#7b70ff")Accessibility — WCAG contrast
Aa
#7b70ff on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b70ff on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green43.9%
Blue100.0%
CMYK percentages
Cyan51.8%
Magenta56.1%
Yellow0.0%
Key (black)0.0%
Color previews
#7b70ff text on a black background
contrast 5.60:1
Card sample
#7b70ff text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b70ff;
Background color
Panel with #7b70ff background
background-color: #7b70ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b70ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 112, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 112, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b70ff; background: linear-gradient(135deg, #7b70ff, #DA70FF);