#b396cf
a light, soft violet · warm · closest name: plum
RGB
179, 150, 207
HSL
271°, 37%, 70%
CMYK
14, 28, 0, 19
Luminance
0.3590
Every format
| HEX | #b396cf |
| RGB | rgb(179, 150, 207) |
| HSL | hsl(271, 37%, 70%) |
| CMYK | cmyk(14%, 28%, 0%, 19%) |
| LAB | lab(66.4 21.7 -25.2) |
| LCH | lch(66.4 33.3 310.7) |
| OKLCH | oklch(0.719 0.087 307.5) |
Copy-ready code
/* CSS */
color: #b396cf;
background-color: #b396cf;
/* Tailwind (arbitrary) */
class="text-[#b396cf] bg-[#b396cf]"
/* SCSS */
$brand: #b396cf;
/* SwiftUI */
Color(red: 0.702, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#b396cf")Accessibility — WCAG contrast
Aa
#b396cf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b396cf on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green58.8%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b396cf text on a black background
contrast 8.18:1
Card sample
#b396cf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b396cf;
Background color
Panel with #b396cf background
background-color: #b396cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b396cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b396cf; background: linear-gradient(135deg, #b396cf, #CF96C5);