#9178af
a balanced, soft violet · warm · closest name: plum
RGB
145, 120, 175
HSL
267°, 26%, 58%
CMYK
17, 31, 0, 31
Luminance
0.2255
Every format
| HEX | #9178af |
| RGB | rgb(145, 120, 175) |
| HSL | hsl(267, 26%, 58%) |
| CMYK | cmyk(17%, 31%, 0%, 31%) |
| LAB | lab(54.6 20.8 -25.6) |
| LCH | lch(54.6 33.0 309.1) |
| OKLCH | oklch(0.617 0.086 304.8) |
Copy-ready code
/* CSS */
color: #9178af;
background-color: #9178af;
/* Tailwind (arbitrary) */
class="text-[#9178af] bg-[#9178af]"
/* SCSS */
$brand: #9178af;
/* SwiftUI */
Color(red: 0.569, green: 0.471, blue: 0.686)
/* Android */
Color.parseColor("#9178af")Accessibility — WCAG contrast
Aa
#9178af on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9178af on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green47.1%
Blue68.6%
CMYK percentages
Cyan17.1%
Magenta31.4%
Yellow0.0%
Key (black)31.4%
Color previews
#9178af text on a black background
contrast 5.51:1
Card sample
#9178af text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9178af;
Background color
Panel with #9178af background
background-color: #9178af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9178af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 120, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 120, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9178af; background: linear-gradient(135deg, #9178af, #AF78A8);