#7166fd
a light, electric blue · warm · closest name: slateblue
RGB
113, 102, 253
HSL
244°, 97%, 70%
CMYK
55, 60, 0, 1
Luminance
0.2011
Every format
| HEX | #7166fd |
| RGB | rgb(113, 102, 253) |
| HSL | hsl(244, 97%, 70%) |
| CMYK | cmyk(55%, 60%, 0%, 1%) |
| LAB | lab(52.0 44.8 -74.1) |
| LCH | lch(52.0 86.6 301.2) |
| OKLCH | oklch(0.604 0.217 281.0) |
Copy-ready code
/* CSS */
color: #7166fd;
background-color: #7166fd;
/* Tailwind (arbitrary) */
class="text-[#7166fd] bg-[#7166fd]"
/* SCSS */
$brand: #7166fd;
/* SwiftUI */
Color(red: 0.443, green: 0.400, blue: 0.992)
/* Android */
Color.parseColor("#7166fd")Accessibility — WCAG contrast
Aa
#7166fd on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7166fd on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green40.0%
Blue99.2%
CMYK percentages
Cyan55.3%
Magenta59.7%
Yellow0.0%
Key (black)0.8%
Color previews
#7166fd text on a black background
contrast 5.02:1
Card sample
#7166fd text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7166fd;
Background color
Panel with #7166fd background
background-color: #7166fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7166fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 102, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 102, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7166fd; background: linear-gradient(135deg, #7166fd, #D666FD);