#b993ac
a light, soft magenta / pink · warm · closest name: plum
RGB
185, 147, 172
HSL
321°, 21%, 65%
CMYK
0, 21, 7, 28
Luminance
0.3416
Every format
| HEX | #b993ac |
| RGB | rgb(185, 147, 172) |
| HSL | hsl(321, 21%, 65%) |
| CMYK | cmyk(0%, 21%, 7%, 28%) |
| LAB | lab(65.1 18.4 -7.6) |
| LCH | lch(65.1 20.0 337.5) |
| OKLCH | oklch(0.706 0.057 339.2) |
Copy-ready code
/* CSS */
color: #b993ac;
background-color: #b993ac;
/* Tailwind (arbitrary) */
class="text-[#b993ac] bg-[#b993ac]"
/* SCSS */
$brand: #b993ac;
/* SwiftUI */
Color(red: 0.725, green: 0.576, blue: 0.675)
/* Android */
Color.parseColor("#b993ac")Accessibility — WCAG contrast
Aa
#b993ac on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b993ac on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green57.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow7.0%
Key (black)27.5%
Color previews
#b993ac text on a black background
contrast 7.83:1
Card sample
#b993ac text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b993ac;
Background color
Panel with #b993ac background
background-color: #b993ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b993ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 147, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 147, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b993ac; background: linear-gradient(135deg, #b993ac, #B99393);