#9b93cf
a light, soft blue · warm · closest name: plum
RGB
155, 147, 207
HSL
248°, 39%, 69%
CMYK
25, 29, 0, 19
Luminance
0.3234
Every format
| HEX | #9b93cf |
| RGB | rgb(155, 147, 207) |
| HSL | hsl(248, 39%, 69%) |
| CMYK | cmyk(25%, 29%, 0%, 19%) |
| LAB | lab(63.6 15.9 -29.7) |
| LCH | lch(63.6 33.7 298.1) |
| OKLCH | oklch(0.693 0.087 290.0) |
Copy-ready code
/* CSS */
color: #9b93cf;
background-color: #9b93cf;
/* Tailwind (arbitrary) */
class="text-[#9b93cf] bg-[#9b93cf]"
/* SCSS */
$brand: #9b93cf;
/* SwiftUI */
Color(red: 0.608, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#9b93cf")Accessibility — WCAG contrast
Aa
#9b93cf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b93cf on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green57.6%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#9b93cf text on a black background
contrast 7.47:1
Card sample
#9b93cf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b93cf;
Background color
Panel with #9b93cf background
background-color: #9b93cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b93cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b93cf; background: linear-gradient(135deg, #9b93cf, #C393CF);