#b962fd
a light, electric violet · warm · closest name: slateblue
RGB
185, 98, 253
HSL
274°, 98%, 69%
CMYK
27, 61, 0, 1
Luminance
0.2614
Every format
| HEX | #b962fd |
| RGB | rgb(185, 98, 253) |
| HSL | hsl(274, 98%, 69%) |
| CMYK | cmyk(27%, 61%, 0%, 1%) |
| LAB | lab(58.2 61.4 -63.7) |
| LCH | lch(58.2 88.5 314.0) |
| OKLCH | oklch(0.666 0.226 307.2) |
Copy-ready code
/* CSS */
color: #b962fd;
background-color: #b962fd;
/* Tailwind (arbitrary) */
class="text-[#b962fd] bg-[#b962fd]"
/* SCSS */
$brand: #b962fd;
/* SwiftUI */
Color(red: 0.725, green: 0.384, blue: 0.992)
/* Android */
Color.parseColor("#b962fd")Accessibility — WCAG contrast
Aa
#b962fd on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b962fd on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green38.4%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta61.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b962fd text on a black background
contrast 6.23:1
Card sample
#b962fd text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b962fd;
Background color
Panel with #b962fd background
background-color: #b962fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b962fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 98, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 98, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b962fd; background: linear-gradient(135deg, #b962fd, #FD62DA);