#b962ff
a light, electric violet · warm · closest name: slateblue
RGB
185, 98, 255
HSL
273°, 100%, 69%
CMYK
28, 62, 0, 0
Luminance
0.2627
Every format
| HEX | #b962ff |
| RGB | rgb(185, 98, 255) |
| HSL | hsl(273, 100%, 69%) |
| CMYK | cmyk(28%, 62%, 0%, 0%) |
| LAB | lab(58.3 61.9 -64.6) |
| LCH | lch(58.3 89.5 313.8) |
| OKLCH | oklch(0.667 0.228 306.7) |
Copy-ready code
/* CSS */
color: #b962ff;
background-color: #b962ff;
/* Tailwind (arbitrary) */
class="text-[#b962ff] bg-[#b962ff]"
/* SCSS */
$brand: #b962ff;
/* SwiftUI */
Color(red: 0.725, green: 0.384, blue: 1.000)
/* Android */
Color.parseColor("#b962ff")Accessibility — WCAG contrast
Aa
#b962ff on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b962ff on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green38.4%
Blue100.0%
CMYK percentages
Cyan27.5%
Magenta61.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b962ff text on a black background
contrast 6.25:1
Card sample
#b962ff text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b962ff;
Background color
Panel with #b962ff background
background-color: #b962ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b962ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 98, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 98, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b962ff; background: linear-gradient(135deg, #b962ff, #FF62DC);