#7166ff
a light, electric blue · warm · closest name: slateblue
RGB
113, 102, 255
HSL
244°, 100%, 70%
CMYK
56, 60, 0, 0
Luminance
0.2023
Every format
| HEX | #7166ff |
| RGB | rgb(113, 102, 255) |
| HSL | hsl(244, 100%, 70%) |
| CMYK | cmyk(56%, 60%, 0%, 0%) |
| LAB | lab(52.1 45.4 -75.0) |
| LCH | lch(52.1 87.7 301.2) |
| OKLCH | oklch(0.606 0.219 280.8) |
Copy-ready code
/* CSS */
color: #7166ff;
background-color: #7166ff;
/* Tailwind (arbitrary) */
class="text-[#7166ff] bg-[#7166ff]"
/* SCSS */
$brand: #7166ff;
/* SwiftUI */
Color(red: 0.443, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#7166ff")Accessibility — WCAG contrast
Aa
#7166ff on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7166ff on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green40.0%
Blue100.0%
CMYK percentages
Cyan55.7%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#7166ff text on a black background
contrast 5.05:1
Card sample
#7166ff text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7166ff;
Background color
Panel with #7166ff background
background-color: #7166ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7166ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7166ff; background: linear-gradient(135deg, #7166ff, #D766FF);