#7166bb
a balanced, soft blue · warm · closest name: slateblue
RGB
113, 102, 187
HSL
248°, 39%, 57%
CMYK
40, 46, 0, 27
Luminance
0.1660
Every format
| HEX | #7166bb |
| RGB | rgb(113, 102, 187) |
| HSL | hsl(248, 39%, 57%) |
| CMYK | cmyk(40%, 46%, 0%, 27%) |
| LAB | lab(47.8 25.2 -43.5) |
| LCH | lch(47.8 50.3 300.1) |
| OKLCH | oklch(0.560 0.129 287.4) |
Copy-ready code
/* CSS */
color: #7166bb;
background-color: #7166bb;
/* Tailwind (arbitrary) */
class="text-[#7166bb] bg-[#7166bb]"
/* SCSS */
$brand: #7166bb;
/* SwiftUI */
Color(red: 0.443, green: 0.400, blue: 0.733)
/* Android */
Color.parseColor("#7166bb")Accessibility — WCAG contrast
Aa
#7166bb on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7166bb on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green40.0%
Blue73.3%
CMYK percentages
Cyan39.6%
Magenta45.5%
Yellow0.0%
Key (black)26.7%
Color previews
#7166bb text on a black background
contrast 4.32:1
Card sample
#7166bb text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7166bb;
Background color
Panel with #7166bb background
background-color: #7166bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7166bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 102, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 102, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7166bb; background: linear-gradient(135deg, #7166bb, #AA66BB);