#b65dfb
a light, electric violet · warm · closest name: slateblue
RGB
182, 93, 251
HSL
274°, 95%, 68%
CMYK
28, 63, 0, 2
Luminance
0.2474
Every format
| HEX | #b65dfb |
| RGB | rgb(182, 93, 251) |
| HSL | hsl(274, 95%, 68%) |
| CMYK | cmyk(28%, 63%, 0%, 2%) |
| LAB | lab(56.8 62.7 -64.8) |
| LCH | lch(56.8 90.2 314.1) |
| OKLCH | oklch(0.655 0.230 307.1) |
Copy-ready code
/* CSS */
color: #b65dfb;
background-color: #b65dfb;
/* Tailwind (arbitrary) */
class="text-[#b65dfb] bg-[#b65dfb]"
/* SCSS */
$brand: #b65dfb;
/* SwiftUI */
Color(red: 0.714, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#b65dfb")Accessibility — WCAG contrast
Aa
#b65dfb on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b65dfb on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green36.5%
Blue98.4%
CMYK percentages
Cyan27.5%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#b65dfb text on a black background
contrast 5.95:1
Card sample
#b65dfb text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65dfb;
Background color
Panel with #b65dfb background
background-color: #b65dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65dfb; background: linear-gradient(135deg, #b65dfb, #FB5DD7);