#b166fd
a light, electric violet · warm · closest name: slateblue
RGB
177, 102, 253
HSL
270°, 97%, 70%
CMYK
30, 60, 0, 1
Luminance
0.2594
Every format
| HEX | #b166fd |
| RGB | rgb(177, 102, 253) |
| HSL | hsl(270, 97%, 70%) |
| CMYK | cmyk(30%, 60%, 0%, 1%) |
| LAB | lab(58.0 57.7 -64.1) |
| LCH | lch(58.0 86.2 312.0) |
| OKLCH | oklch(0.662 0.218 303.9) |
Copy-ready code
/* CSS */
color: #b166fd;
background-color: #b166fd;
/* Tailwind (arbitrary) */
class="text-[#b166fd] bg-[#b166fd]"
/* SCSS */
$brand: #b166fd;
/* SwiftUI */
Color(red: 0.694, green: 0.400, blue: 0.992)
/* Android */
Color.parseColor("#b166fd")Accessibility — WCAG contrast
Aa
#b166fd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b166fd on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green40.0%
Blue99.2%
CMYK percentages
Cyan30.0%
Magenta59.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b166fd text on a black background
contrast 6.19:1
Card sample
#b166fd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b166fd;
Background color
Panel with #b166fd background
background-color: #b166fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b166fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 102, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 102, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b166fd; background: linear-gradient(135deg, #b166fd, #FD66E4);