Plum
#AC90F9
PurpleColor Codes
All color formats for development
HEX
#AC90F9RGB
rgb(172, 144, 249)HSL
hsl(256, 90%, 77%)OKLCH
oklch(0.722 0.151 294.6)CMYK
cmyk(31%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#906AF7
2#7445F5
3#5820F3
4#440CE0
5#390ABB
6#2E0895
7#220670
8#17044B
9#0B0225
Tints
Lighter variations
1#B49BFA
2#BCA6FA
3#C5B1FB
4#CDBCFB
5#D5C7FC
6#DED2FD
7#E6DEFD
8#EEE9FE
9#F7F4FE
Tones
Muted variations
1#AE95F4
2#B19AEF
3#B39FE9
4#B6A5E4
5#B8AADF
6#BAAFD9
7#BDB5D4
8#BFBACF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C0 #D0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AC90 #AC90F9 | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5C25 #5C25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410B #410BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3409 #3409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #250679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1804 #18044E | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FE;
--plum-100: #E6DDFD;
--plum-200: #D0C0FC;
--plum-300: #AC90F9;
--plum-400: #8055F6;
--plum-500: #5C25F4;
--plum-600: #410BD5;
--plum-700: #3409AA;
--plum-800: #250679;
--plum-900: #18044E;
--plum-950: #0F0330;
}