#b596f9
a light, electric violet · warm · closest name: plum
RGB
181, 150, 249
HSL
259°, 89%, 78%
CMYK
27, 40, 0, 2
Luminance
0.3848
Every format
| HEX | #b596f9 |
| RGB | rgb(181, 150, 249) |
| HSL | hsl(259, 89%, 78%) |
| CMYK | cmyk(27%, 40%, 0%, 2%) |
| LAB | lab(68.4 31.9 -45.3) |
| LCH | lch(68.4 55.4 305.1) |
| OKLCH | oklch(0.740 0.142 297.2) |
Copy-ready code
/* CSS */
color: #b596f9;
background-color: #b596f9;
/* Tailwind (arbitrary) */
class="text-[#b596f9] bg-[#b596f9]"
/* SCSS */
$brand: #b596f9;
/* SwiftUI */
Color(red: 0.710, green: 0.588, blue: 0.976)
/* Android */
Color.parseColor("#b596f9")Accessibility — WCAG contrast
Aa
#b596f9 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b596f9 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green58.8%
Blue97.6%
CMYK percentages
Cyan27.3%
Magenta39.8%
Yellow0.0%
Key (black)2.4%
Color previews
#b596f9 text on a black background
contrast 8.70:1
Card sample
#b596f9 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b596f9;
Background color
Panel with #b596f9 background
background-color: #b596f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b596f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 150, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 150, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b596f9; background: linear-gradient(135deg, #b596f9, #F796F9);