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