#9c97cb
a light, soft blue · warm · closest name: steelblue
RGB
156, 151, 203
HSL
246°, 33%, 69%
CMYK
23, 26, 0, 20
Luminance
0.3351
Every format
| HEX | #9c97cb |
| RGB | rgb(156, 151, 203) |
| HSL | hsl(246, 33%, 69%) |
| CMYK | cmyk(23%, 26%, 0%, 20%) |
| LAB | lab(64.6 13.0 -26.0) |
| LCH | lch(64.6 29.1 296.5) |
| OKLCH | oklch(0.700 0.076 288.7) |
Copy-ready code
/* CSS */
color: #9c97cb;
background-color: #9c97cb;
/* Tailwind (arbitrary) */
class="text-[#9c97cb] bg-[#9c97cb]"
/* SCSS */
$brand: #9c97cb;
/* SwiftUI */
Color(red: 0.612, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#9c97cb")Accessibility — WCAG contrast
Aa
#9c97cb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c97cb on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green59.2%
Blue79.6%
CMYK percentages
Cyan23.2%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#9c97cb text on a black background
contrast 7.70:1
Card sample
#9c97cb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c97cb;
Background color
Panel with #9c97cb background
background-color: #9c97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c97cb; background: linear-gradient(135deg, #9c97cb, #BF97CB);