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