#b65dfd
a light, electric violet · warm · closest name: slateblue
RGB
182, 93, 253
HSL
273°, 98%, 68%
CMYK
28, 63, 0, 1
Luminance
0.2487
Every format
| HEX | #b65dfd |
| RGB | rgb(182, 93, 253) |
| HSL | hsl(273, 98%, 68%) |
| CMYK | cmyk(28%, 63%, 0%, 1%) |
| LAB | lab(56.9 63.2 -65.7) |
| LCH | lch(56.9 91.1 313.9) |
| OKLCH | oklch(0.656 0.232 306.7) |
Copy-ready code
/* CSS */
color: #b65dfd;
background-color: #b65dfd;
/* Tailwind (arbitrary) */
class="text-[#b65dfd] bg-[#b65dfd]"
/* SCSS */
$brand: #b65dfd;
/* SwiftUI */
Color(red: 0.714, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#b65dfd")Accessibility — WCAG contrast
Aa
#b65dfd on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b65dfd on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green36.5%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b65dfd text on a black background
contrast 5.97:1
Card sample
#b65dfd text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65dfd;
Background color
Panel with #b65dfd background
background-color: #b65dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65dfd; background: linear-gradient(135deg, #b65dfd, #FD5DD9);