#9c97eb
a light, vivid blue · warm · closest name: plum
RGB
156, 151, 235
HSL
244°, 68%, 76%
CMYK
34, 36, 0, 8
Luminance
0.3520
Every format
| HEX | #9c97eb |
| RGB | rgb(156, 151, 235) |
| HSL | hsl(244, 68%, 76%) |
| CMYK | cmyk(34%, 36%, 0%, 8%) |
| LAB | lab(65.9 20.9 -41.7) |
| LCH | lch(65.9 46.6 296.7) |
| OKLCH | oklch(0.714 0.121 285.6) |
Copy-ready code
/* CSS */
color: #9c97eb;
background-color: #9c97eb;
/* Tailwind (arbitrary) */
class="text-[#9c97eb] bg-[#9c97eb]"
/* SCSS */
$brand: #9c97eb;
/* SwiftUI */
Color(red: 0.612, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#9c97eb")Accessibility — WCAG contrast
Aa
#9c97eb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c97eb on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green59.2%
Blue92.2%
CMYK percentages
Cyan33.6%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#9c97eb text on a black background
contrast 8.04:1
Card sample
#9c97eb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c97eb;
Background color
Panel with #9c97eb background
background-color: #9c97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c97eb; background: linear-gradient(135deg, #9c97eb, #D497EB);