#b985cf
a light, soft violet · warm · closest name: plum
RGB
185, 133, 207
HSL
282°, 44%, 67%
CMYK
11, 36, 0, 19
Luminance
0.3159
Every format
| HEX | #b985cf |
| RGB | rgb(185, 133, 207) |
| HSL | hsl(282, 44%, 67%) |
| CMYK | cmyk(11%, 36%, 0%, 19%) |
| LAB | lab(63.0 33.1 -30.5) |
| LCH | lch(63.0 45.0 317.4) |
| OKLCH | oklch(0.694 0.119 315.5) |
Copy-ready code
/* CSS */
color: #b985cf;
background-color: #b985cf;
/* Tailwind (arbitrary) */
class="text-[#b985cf] bg-[#b985cf]"
/* SCSS */
$brand: #b985cf;
/* SwiftUI */
Color(red: 0.725, green: 0.522, blue: 0.812)
/* Android */
Color.parseColor("#b985cf")Accessibility — WCAG contrast
Aa
#b985cf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b985cf on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green52.2%
Blue81.2%
CMYK percentages
Cyan10.6%
Magenta35.7%
Yellow0.0%
Key (black)18.8%
Color previews
#b985cf text on a black background
contrast 7.32:1
Card sample
#b985cf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b985cf;
Background color
Panel with #b985cf background
background-color: #b985cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b985cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 133, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 133, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b985cf; background: linear-gradient(135deg, #b985cf, #CF85B4);