#b65af5
a light, electric violet · warm · closest name: slateblue
RGB
182, 90, 245
HSL
276°, 89%, 66%
CMYK
26, 63, 0, 4
Luminance
0.2385
Every format
| HEX | #b65af5 |
| RGB | rgb(182, 90, 245) |
| HSL | hsl(276, 89%, 66%) |
| CMYK | cmyk(26%, 63%, 0%, 4%) |
| LAB | lab(55.9 62.8 -62.9) |
| LCH | lch(55.9 88.9 315.0) |
| OKLCH | oklch(0.647 0.228 308.7) |
Copy-ready code
/* CSS */
color: #b65af5;
background-color: #b65af5;
/* Tailwind (arbitrary) */
class="text-[#b65af5] bg-[#b65af5]"
/* SCSS */
$brand: #b65af5;
/* SwiftUI */
Color(red: 0.714, green: 0.353, blue: 0.961)
/* Android */
Color.parseColor("#b65af5")Accessibility — WCAG contrast
Aa
#b65af5 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b65af5 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green35.3%
Blue96.1%
CMYK percentages
Cyan25.7%
Magenta63.3%
Yellow0.0%
Key (black)3.9%
Color previews
#b65af5 text on a black background
contrast 5.77:1
Card sample
#b65af5 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65af5;
Background color
Panel with #b65af5 background
background-color: #b65af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 90, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 90, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65af5; background: linear-gradient(135deg, #b65af5, #F55ACD);