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