#b593cf
a light, soft violet · warm · closest name: plum
RGB
181, 147, 207
HSL
274°, 39%, 69%
CMYK
13, 29, 0, 19
Luminance
0.3520
Every format
| HEX | #b593cf |
| RGB | rgb(181, 147, 207) |
| HSL | hsl(274, 39%, 69%) |
| CMYK | cmyk(13%, 29%, 0%, 19%) |
| LAB | lab(65.9 24.0 -26.0) |
| LCH | lch(65.9 35.4 312.7) |
| OKLCH | oklch(0.715 0.093 309.9) |
Copy-ready code
/* CSS */
color: #b593cf;
background-color: #b593cf;
/* Tailwind (arbitrary) */
class="text-[#b593cf] bg-[#b593cf]"
/* SCSS */
$brand: #b593cf;
/* SwiftUI */
Color(red: 0.710, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#b593cf")Accessibility — WCAG contrast
Aa
#b593cf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b593cf on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green57.6%
Blue81.2%
CMYK percentages
Cyan12.6%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#b593cf text on a black background
contrast 8.04:1
Card sample
#b593cf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b593cf;
Background color
Panel with #b593cf background
background-color: #b593cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b593cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b593cf; background: linear-gradient(135deg, #b593cf, #CF93C1);