#b657fd
a light, electric violet · warm · closest name: slateblue
RGB
182, 87, 253
HSL
274°, 98%, 67%
CMYK
28, 66, 0, 1
Luminance
0.2385
Every format
| HEX | #b657fd |
| RGB | rgb(182, 87, 253) |
| HSL | hsl(274, 98%, 67%) |
| CMYK | cmyk(28%, 66%, 0%, 1%) |
| LAB | lab(55.9 65.9 -67.3) |
| LCH | lch(55.9 94.2 314.4) |
| OKLCH | oklch(0.649 0.239 307.2) |
Copy-ready code
/* CSS */
color: #b657fd;
background-color: #b657fd;
/* Tailwind (arbitrary) */
class="text-[#b657fd] bg-[#b657fd]"
/* SCSS */
$brand: #b657fd;
/* SwiftUI */
Color(red: 0.714, green: 0.341, blue: 0.992)
/* Android */
Color.parseColor("#b657fd")Accessibility — WCAG contrast
Aa
#b657fd on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b657fd on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green34.1%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta65.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b657fd text on a black background
contrast 5.77:1
Card sample
#b657fd text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b657fd;
Background color
Panel with #b657fd background
background-color: #b657fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b657fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 87, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 87, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b657fd; background: linear-gradient(135deg, #b657fd, #FD57D5);