#9a93a9
a balanced, muted violet · warm · closest name: gray
RGB
154, 147, 169
HSL
259°, 11%, 62%
CMYK
9, 13, 0, 34
Luminance
0.3060
Every format
| HEX | #9a93a9 |
| RGB | rgb(154, 147, 169) |
| HSL | hsl(259, 11%, 62%) |
| CMYK | cmyk(9%, 13%, 0%, 34%) |
| LAB | lab(62.2 6.9 -10.6) |
| LCH | lch(62.2 12.7 303.2) |
| OKLCH | oklch(0.676 0.033 300.0) |
Copy-ready code
/* CSS */
color: #9a93a9;
background-color: #9a93a9;
/* Tailwind (arbitrary) */
class="text-[#9a93a9] bg-[#9a93a9]"
/* SCSS */
$brand: #9a93a9;
/* SwiftUI */
Color(red: 0.604, green: 0.576, blue: 0.663)
/* Android */
Color.parseColor("#9a93a9")Accessibility — WCAG contrast
Aa
#9a93a9 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9a93a9 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green57.6%
Blue66.3%
CMYK percentages
Cyan8.9%
Magenta13.0%
Yellow0.0%
Key (black)33.7%
Color previews
#9a93a9 text on a black background
contrast 7.12:1
Card sample
#9a93a9 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a93a9;
Background color
Panel with #9a93a9 background
background-color: #9a93a9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a93a9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 147, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 147, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a93a9; background: linear-gradient(135deg, #9a93a9, #A993A9);