#b596cb
a light, soft violet · warm · closest name: plum
RGB
181, 150, 203
HSL
275°, 34%, 69%
CMYK
11, 26, 0, 20
Luminance
0.3595
Every format
| HEX | #b596cb |
| RGB | rgb(181, 150, 203) |
| HSL | hsl(275, 34%, 69%) |
| CMYK | cmyk(11%, 26%, 0%, 20%) |
| LAB | lab(66.5 21.5 -22.9) |
| LCH | lch(66.5 31.4 313.1) |
| OKLCH | oklch(0.719 0.083 310.9) |
Copy-ready code
/* CSS */
color: #b596cb;
background-color: #b596cb;
/* Tailwind (arbitrary) */
class="text-[#b596cb] bg-[#b596cb]"
/* SCSS */
$brand: #b596cb;
/* SwiftUI */
Color(red: 0.710, green: 0.588, blue: 0.796)
/* Android */
Color.parseColor("#b596cb")Accessibility — WCAG contrast
Aa
#b596cb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b596cb on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green58.8%
Blue79.6%
CMYK percentages
Cyan10.8%
Magenta26.1%
Yellow0.0%
Key (black)20.4%
Color previews
#b596cb text on a black background
contrast 8.19:1
Card sample
#b596cb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b596cb;
Background color
Panel with #b596cb background
background-color: #b596cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b596cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 150, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 150, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b596cb; background: linear-gradient(135deg, #b596cb, #CB96BE);