#9c97cf
a light, soft blue · warm · closest name: plum
RGB
156, 151, 207
HSL
245°, 37%, 70%
CMYK
25, 27, 0, 19
Luminance
0.3371
Every format
| HEX | #9c97cf |
| RGB | rgb(156, 151, 207) |
| HSL | hsl(245, 37%, 70%) |
| CMYK | cmyk(25%, 27%, 0%, 19%) |
| LAB | lab(64.7 13.9 -28.0) |
| LCH | lch(64.7 31.3 296.4) |
| OKLCH | oklch(0.701 0.081 288.2) |
Copy-ready code
/* CSS */
color: #9c97cf;
background-color: #9c97cf;
/* Tailwind (arbitrary) */
class="text-[#9c97cf] bg-[#9c97cf]"
/* SCSS */
$brand: #9c97cf;
/* SwiftUI */
Color(red: 0.612, green: 0.592, blue: 0.812)
/* Android */
Color.parseColor("#9c97cf")Accessibility — WCAG contrast
Aa
#9c97cf on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c97cf on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green59.2%
Blue81.2%
CMYK percentages
Cyan24.6%
Magenta27.1%
Yellow0.0%
Key (black)18.8%
Color previews
#9c97cf text on a black background
contrast 7.74:1
Card sample
#9c97cf text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c97cf;
Background color
Panel with #9c97cf background
background-color: #9c97cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c97cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 151, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 151, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c97cf; background: linear-gradient(135deg, #9c97cf, #C197CF);