Plum
#AB8FFA
PurpleColor Codes
All color formats for development
HEX
#AB8FFARGB
rgb(171, 143, 250)HSL
hsl(256, 91%, 77%)OKLCH
oklch(0.719 0.153 294.3)CMYK
cmyk(32%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F69F8
2#7344F6
3#581EF4
4#440BE1
5#3809BC
6#2D0796
7#220571
8#17044B
9#0B0226
Tints
Lighter variations
1#B49AFA
2#BCA5FB
3#C5B1FB
4#CDBCFC
5#D5C7FC
6#DED2FD
7#E6DDFD
8#EEE9FE
9#F7F4FE
Tones
Muted variations
1#AE94F4
2#B09AEF
3#B39FEA
4#B5A4E4
5#B8AADF
6#BAAFDA
7#BDB4D4
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 | AB8F #AB8FFA | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5C24 #5C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410A #410AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3308 #3308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #25067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1704 #17044E | 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: #D0C0FC;
--plum-300: #AB8FFA;
--plum-400: #8055F7;
--plum-500: #5C24F5;
--plum-600: #410AD6;
--plum-700: #3308AA;
--plum-800: #25067A;
--plum-900: #17044E;
--plum-950: #0F0231;
}