#b893cf
a light, soft violet · warm · closest name: plum
RGB
184, 147, 207
HSL
277°, 39%, 69%
CMYK
11, 29, 0, 19
Luminance
0.3556
Every format
| HEX | #b893cf |
| RGB | rgb(184, 147, 207) |
| HSL | hsl(277, 39%, 69%) |
| CMYK | cmyk(11%, 29%, 0%, 19%) |
| LAB | lab(66.2 25.0 -25.6) |
| LCH | lch(66.2 35.7 314.3) |
| OKLCH | oklch(0.718 0.094 312.1) |
Copy-ready code
/* CSS */
color: #b893cf;
background-color: #b893cf;
/* Tailwind (arbitrary) */
class="text-[#b893cf] bg-[#b893cf]"
/* SCSS */
$brand: #b893cf;
/* SwiftUI */
Color(red: 0.722, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#b893cf")Accessibility — WCAG contrast
Aa
#b893cf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b893cf on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green57.6%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#b893cf text on a black background
contrast 8.11:1
Card sample
#b893cf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b893cf;
Background color
Panel with #b893cf background
background-color: #b893cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b893cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b893cf; background: linear-gradient(135deg, #b893cf, #CF93BE);