Plum
#AD8BFE
PurpleColor Codes
All color formats for development
HEX
#AD8BFERGB
rgb(173, 139, 254)HSL
hsl(258, 98%, 77%)OKLCH
oklch(0.716 0.165 295.6)CMYK
cmyk(32%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9264FD
2#773DFD
3#5B16FD
4#4802E9
5#3C02C2
6#30029C
7#240175
8#18014E
9#0C0027
Tints
Lighter variations
1#B696FE
2#BEA2FE
3#C6AEFE
4#CEB9FE
5#D6C5FE
6#DED1FF
7#E7DCFF
8#EFE8FF
9#F7F3FF
Tones
Muted variations
1#B091F8
2#B296F2
3#B49CED
4#B7A2E7
5#B9A8E1
6#BBADDB
7#BDB3D6
8#C0B9D0
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BD #D1BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8B #AD8BFE | BordersInactive statesPlaceholder text |
| 400 | 834E #834EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5F1C #5F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4402 #4402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3602 #3602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2701 #27017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1901 #190151 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E6DCFF;
--plum-200: #D1BDFE;
--plum-300: #AD8BFE;
--plum-400: #834EFD;
--plum-500: #5F1CFD;
--plum-600: #4402DE;
--plum-700: #3602B1;
--plum-800: #27017E;
--plum-900: #190151;
--plum-950: #100132;
}