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