Plum
#AE90F9
PurpleColor Codes
All color formats for development
HEX
#AE90F9RGB
rgb(174, 144, 249)HSL
hsl(257, 90%, 77%)OKLCH
oklch(0.723 0.151 295.5)CMYK
cmyk(30%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#926AF7
2#7745F5
3#5C20F3
4#480CE0
5#3C0ABB
6#300895
7#240670
8#18044B
9#0C0225
Tints
Lighter variations
1#B69BFA
2#BEA6FA
3#C6B1FB
4#CEBCFB
5#D6C7FC
6#DED2FD
7#E7DEFD
8#EFE9FE
9#F7F4FE
Tones
Muted variations
1#B095F4
2#B29AEF
3#B49FE9
4#B7A5E4
5#B9AADF
6#BBAFD9
7#BDB5D4
8#C0BACF
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 | D1C0 #D1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD90 #AD90F9 | BordersInactive statesPlaceholder text |
| 400 | 8355 #8355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5F25 #5F25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 440B #440BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3609 #3609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2706 #270679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044E | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FE;
--plum-100: #E6DDFD;
--plum-200: #D1C0FC;
--plum-300: #AD90F9;
--plum-400: #8355F6;
--plum-500: #5F25F4;
--plum-600: #440BD5;
--plum-700: #3609AA;
--plum-800: #270679;
--plum-900: #19044E;
--plum-950: #100330;
}