Plum
#AC93F6
PurpleColor Codes
All color formats for development
HEX
#AC93F6RGB
rgb(172, 147, 246)HSL
hsl(255, 85%, 77%)OKLCH
oklch(0.725 0.142 294.2)CMYK
cmyk(30%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F6EF3
2#734AF0
3#5726ED
4#4412DA
5#380FB6
6#2D0C91
7#22096D
8#170649
9#0B0324
Tints
Lighter variations
1#B49DF7
2#BCA8F8
3#C4B3F9
4#CDBEFA
5#D5C9FB
6#DED4FB
7#E6DEFC
8#EEE9FD
9#F7F4FE
Tones
Muted variations
1#AE97F1
2#B09CEC
3#B3A1E7
4#B5A6E2
5#B8ABDD
6#BAB0D8
7#BDB5D3
8#BFBACE
9#C2BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AB92 #AB92F6 | BordersInactive statesPlaceholder text |
| 400 | 805A #805AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 5B2B #5B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4111 #4111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 330D #330DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250A #250A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1706 #17064B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E6DEFC;
--plum-200: #D0C2FA;
--plum-300: #AB92F6;
--plum-400: #805AF2;
--plum-500: #5B2BEE;
--plum-600: #4111D0;
--plum-700: #330DA5;
--plum-800: #250A76;
--plum-900: #17064B;
--plum-950: #0F042F;
}