#b396ff
a light, electric violet · warm · closest name: slateblue
RGB
179, 150, 255
HSL
257°, 100%, 79%
CMYK
30, 41, 0, 0
Luminance
0.3862
Every format
| HEX | #b396ff |
| RGB | rgb(179, 150, 255) |
| HSL | hsl(257, 100%, 79%) |
| CMYK | cmyk(30%, 41%, 0%, 0%) |
| LAB | lab(68.5 32.8 -48.5) |
| LCH | lch(68.5 58.5 304.1) |
| OKLCH | oklch(0.741 0.150 295.2) |
Copy-ready code
/* CSS */
color: #b396ff;
background-color: #b396ff;
/* Tailwind (arbitrary) */
class="text-[#b396ff] bg-[#b396ff]"
/* SCSS */
$brand: #b396ff;
/* SwiftUI */
Color(red: 0.702, green: 0.588, blue: 1.000)
/* Android */
Color.parseColor("#b396ff")Accessibility — WCAG contrast
Aa
#b396ff on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b396ff on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green58.8%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta41.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b396ff text on a black background
contrast 8.72:1
Card sample
#b396ff text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b396ff;
Background color
Panel with #b396ff background
background-color: #b396ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b396ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 150, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 150, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b396ff; background: linear-gradient(135deg, #b396ff, #F996FF);