#7159ff
a light, electric blue · warm · closest name: slateblue
RGB
113, 89, 255
HSL
249°, 100%, 68%
CMYK
56, 65, 0, 0
Luminance
0.1788
Every format
| HEX | #7159ff |
| RGB | rgb(113, 89, 255) |
| HSL | hsl(249, 100%, 68%) |
| CMYK | cmyk(56%, 65%, 0%, 0%) |
| LAB | lab(49.3 52.7 -79.5) |
| LCH | lch(49.3 95.4 303.6) |
| OKLCH | oklch(0.586 0.235 283.0) |
Copy-ready code
/* CSS */
color: #7159ff;
background-color: #7159ff;
/* Tailwind (arbitrary) */
class="text-[#7159ff] bg-[#7159ff]"
/* SCSS */
$brand: #7159ff;
/* SwiftUI */
Color(red: 0.443, green: 0.349, blue: 1.000)
/* Android */
Color.parseColor("#7159ff")Accessibility — WCAG contrast
Aa
#7159ff on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7159ff on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green34.9%
Blue100.0%
CMYK percentages
Cyan55.7%
Magenta65.1%
Yellow0.0%
Key (black)0.0%
Color previews
#7159ff text on a black background
contrast 4.58:1
Card sample
#7159ff text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7159ff;
Background color
Panel with #7159ff background
background-color: #7159ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7159ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 89, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 89, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7159ff; background: linear-gradient(135deg, #7159ff, #E059FF);