#b196f6
a light, electric violet · warm · closest name: plum
RGB
177, 150, 246
HSL
257°, 84%, 78%
CMYK
28, 39, 0, 4
Luminance
0.3781
Every format
| HEX | #b196f6 |
| RGB | rgb(177, 150, 246) |
| HSL | hsl(257, 84%, 78%) |
| CMYK | cmyk(28%, 39%, 0%, 4%) |
| LAB | lab(67.9 30.1 -44.5) |
| LCH | lch(67.9 53.7 304.0) |
| OKLCH | oklch(0.735 0.138 295.8) |
Copy-ready code
/* CSS */
color: #b196f6;
background-color: #b196f6;
/* Tailwind (arbitrary) */
class="text-[#b196f6] bg-[#b196f6]"
/* SCSS */
$brand: #b196f6;
/* SwiftUI */
Color(red: 0.694, green: 0.588, blue: 0.965)
/* Android */
Color.parseColor("#b196f6")Accessibility — WCAG contrast
Aa
#b196f6 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b196f6 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green58.8%
Blue96.5%
CMYK percentages
Cyan28.0%
Magenta39.0%
Yellow0.0%
Key (black)3.5%
Color previews
#b196f6 text on a black background
contrast 8.56:1
Card sample
#b196f6 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b196f6;
Background color
Panel with #b196f6 background
background-color: #b196f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b196f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 150, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 150, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b196f6; background: linear-gradient(135deg, #b196f6, #F196F6);