#b36afd
a light, electric violet · warm · closest name: slateblue
RGB
179, 106, 253
HSL
270°, 97%, 70%
CMYK
29, 58, 0, 1
Luminance
0.2698
Every format
| HEX | #b36afd |
| RGB | rgb(179, 106, 253) |
| HSL | hsl(270, 97%, 70%) |
| CMYK | cmyk(29%, 58%, 0%, 1%) |
| LAB | lab(59.0 56.1 -62.5) |
| LCH | lch(59.0 84.0 311.9) |
| OKLCH | oklch(0.670 0.213 304.1) |
Copy-ready code
/* CSS */
color: #b36afd;
background-color: #b36afd;
/* Tailwind (arbitrary) */
class="text-[#b36afd] bg-[#b36afd]"
/* SCSS */
$brand: #b36afd;
/* SwiftUI */
Color(red: 0.702, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#b36afd")Accessibility — WCAG contrast
Aa
#b36afd on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36afd on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green41.6%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b36afd text on a black background
contrast 6.40:1
Card sample
#b36afd text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36afd;
Background color
Panel with #b36afd background
background-color: #b36afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36afd; background: linear-gradient(135deg, #b36afd, #FD6AE5);