#b65afd
a light, electric violet · warm · closest name: slateblue
RGB
182, 90, 253
HSL
274°, 98%, 67%
CMYK
28, 64, 0, 1
Luminance
0.2435
Every format
| HEX | #b65afd |
| RGB | rgb(182, 90, 253) |
| HSL | hsl(274, 98%, 67%) |
| CMYK | cmyk(28%, 64%, 0%, 1%) |
| LAB | lab(56.4 64.6 -66.5) |
| LCH | lch(56.4 92.7 314.1) |
| OKLCH | oklch(0.653 0.236 306.9) |
Copy-ready code
/* CSS */
color: #b65afd;
background-color: #b65afd;
/* Tailwind (arbitrary) */
class="text-[#b65afd] bg-[#b65afd]"
/* SCSS */
$brand: #b65afd;
/* SwiftUI */
Color(red: 0.714, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#b65afd")Accessibility — WCAG contrast
Aa
#b65afd on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b65afd on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green35.3%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b65afd text on a black background
contrast 5.87:1
Card sample
#b65afd text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65afd;
Background color
Panel with #b65afd background
background-color: #b65afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65afd; background: linear-gradient(135deg, #b65afd, #FD5AD7);