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