Plum
#AD8FFA
PurpleColor Codes
All color formats for development
HEX
#AD8FFARGB
rgb(173, 143, 250)HSL
hsl(257, 91%, 77%)OKLCH
oklch(0.721 0.154 295.2)CMYK
cmyk(31%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9269F8
2#7644F6
3#5B1EF4
4#470BE1
5#3B09BC
6#300796
7#240571
8#18044B
9#0C0226
Tints
Lighter variations
1#B59AFA
2#BEA5FB
3#C6B1FB
4#CEBCFC
5#D6C7FC
6#DED2FD
7#E6DDFD
8#EFE9FE
9#F7F4FE
Tones
Muted variations
1#B094F4
2#B29AEF
3#B49FEA
4#B6A4E4
5#B9AADF
6#BBAFDA
7#BDB4D4
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 | AD8F #AD8FFA | BordersInactive statesPlaceholder text |
| 400 | 8355 #8355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5F24 #5F24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 440A #440AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3608 #3608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2706 #27067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044E | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | 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: #AD8FFA;
--plum-400: #8355F7;
--plum-500: #5F24F5;
--plum-600: #440AD6;
--plum-700: #3608AA;
--plum-800: #27067A;
--plum-900: #19044E;
--plum-950: #0F0231;
}