#9790ac
a balanced, muted violet · warm · closest name: gray
RGB
151, 144, 172
HSL
255°, 14%, 62%
CMYK
12, 16, 0, 33
Luminance
0.2950
Every format
| HEX | #9790ac |
| RGB | rgb(151, 144, 172) |
| HSL | hsl(255, 14%, 62%) |
| CMYK | cmyk(12%, 16%, 0%, 33%) |
| LAB | lab(61.2 8.3 -13.7) |
| LCH | lch(61.2 16.0 301.0) |
| OKLCH | oklch(0.669 0.042 296.7) |
Copy-ready code
/* CSS */
color: #9790ac;
background-color: #9790ac;
/* Tailwind (arbitrary) */
class="text-[#9790ac] bg-[#9790ac]"
/* SCSS */
$brand: #9790ac;
/* SwiftUI */
Color(red: 0.592, green: 0.565, blue: 0.675)
/* Android */
Color.parseColor("#9790ac")Accessibility — WCAG contrast
Aa
#9790ac on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9790ac on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green56.5%
Blue67.5%
CMYK percentages
Cyan12.2%
Magenta16.3%
Yellow0.0%
Key (black)32.5%
Color previews
#9790ac text on a black background
contrast 6.90:1
Card sample
#9790ac text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9790ac;
Background color
Panel with #9790ac background
background-color: #9790ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9790ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 144, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 144, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9790ac; background: linear-gradient(135deg, #9790ac, #AA90AC);