#9b92a5
a balanced, muted violet · warm · closest name: gray
RGB
155, 146, 165
HSL
268°, 10%, 61%
CMYK
6, 12, 0, 35
Luminance
0.3024
Every format
| HEX | #9b92a5 |
| RGB | rgb(155, 146, 165) |
| HSL | hsl(268, 10%, 61%) |
| CMYK | cmyk(6%, 12%, 0%, 35%) |
| LAB | lab(61.9 7.0 -8.8) |
| LCH | lch(61.9 11.2 308.7) |
| OKLCH | oklch(0.674 0.029 306.9) |
Copy-ready code
/* CSS */
color: #9b92a5;
background-color: #9b92a5;
/* Tailwind (arbitrary) */
class="text-[#9b92a5] bg-[#9b92a5]"
/* SCSS */
$brand: #9b92a5;
/* SwiftUI */
Color(red: 0.608, green: 0.573, blue: 0.647)
/* Android */
Color.parseColor("#9b92a5")Accessibility — WCAG contrast
Aa
#9b92a5 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b92a5 on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green57.3%
Blue64.7%
CMYK percentages
Cyan6.1%
Magenta11.5%
Yellow0.0%
Key (black)35.3%
Color previews
#9b92a5 text on a black background
contrast 7.05:1
Card sample
#9b92a5 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b92a5;
Background color
Panel with #9b92a5 background
background-color: #9b92a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b92a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 146, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 146, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b92a5; background: linear-gradient(135deg, #9b92a5, #A592A2);