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