Plum
#AB8BFE
PurpleColor Codes
All color formats for development
HEX
#AB8BFERGB
rgb(171, 139, 254)HSL
hsl(257, 98%, 77%)OKLCH
oklch(0.715 0.165 294.7)CMYK
cmyk(33%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F64FD
2#733DFD
3#5816FD
4#4402E9
5#3802C2
6#2D029C
7#220175
8#17014E
9#0B0027
Tints
Lighter variations
1#B496FE
2#BCA2FE
3#C5AEFE
4#CDB9FE
5#D5C5FE
6#DED1FF
7#E6DCFF
8#EEE8FF
9#F7F3FF
Tones
Muted variations
1#AE91F8
2#B096F2
3#B39CED
4#B5A2E7
5#B8A8E1
6#BAADDB
7#BDB3D6
8#BFB9D0
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 | D0BD #D0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8B #AB8BFE | BordersInactive statesPlaceholder text |
| 400 | 804E #804EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5C1C #5C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4102 #4102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3302 #3302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2501 #25017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1701 #170151 | Primary textHigh emphasis contentDark headings |
| 950 | 0F01 #0F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E6DCFF;
--plum-200: #D0BDFE;
--plum-300: #AB8BFE;
--plum-400: #804EFD;
--plum-500: #5C1CFD;
--plum-600: #4102DE;
--plum-700: #3302B1;
--plum-800: #25017E;
--plum-900: #170151;
--plum-950: #0F0132;
}