#b596f4
a light, electric violet · warm · closest name: plum
RGB
181, 150, 244
HSL
260°, 81%, 77%
CMYK
26, 39, 0, 4
Luminance
0.3817
Every format
| HEX | #b596f4 |
| RGB | rgb(181, 150, 244) |
| HSL | hsl(260, 81%, 77%) |
| CMYK | cmyk(26%, 39%, 0%, 4%) |
| LAB | lab(68.1 30.7 -43.0) |
| LCH | lch(68.1 52.8 305.5) |
| OKLCH | oklch(0.738 0.136 298.2) |
Copy-ready code
/* CSS */
color: #b596f4;
background-color: #b596f4;
/* Tailwind (arbitrary) */
class="text-[#b596f4] bg-[#b596f4]"
/* SCSS */
$brand: #b596f4;
/* SwiftUI */
Color(red: 0.710, green: 0.588, blue: 0.957)
/* Android */
Color.parseColor("#b596f4")Accessibility — WCAG contrast
Aa
#b596f4 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b596f4 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green58.8%
Blue95.7%
CMYK percentages
Cyan25.8%
Magenta38.5%
Yellow0.0%
Key (black)4.3%
Color previews
#b596f4 text on a black background
contrast 8.63:1
Card sample
#b596f4 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b596f4;
Background color
Panel with #b596f4 background
background-color: #b596f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b596f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 150, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 150, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b596f4; background: linear-gradient(135deg, #b596f4, #F496F4);