Plum
#A98EFA
PurpleColor Codes
All color formats for development
HEX
#A98EFARGB
rgb(169, 142, 250)HSL
hsl(255, 92%, 77%)OKLCH
oklch(0.716 0.155 293.6)CMYK
cmyk(32%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D69F9
2#7043F7
3#531DF6
4#4009E2
5#3508BC
6#2A0697
7#200571
8#15034B
9#0B0226
Tints
Lighter variations
1#B29AFB
2#BAA5FB
3#C3B0FC
4#CCBBFC
5#D4C7FD
6#DDD2FD
7#E5DDFE
8#EEE8FE
9#F6F4FF
Tones
Muted variations
1#AC94F5
2#AF99F0
3#B19FEA
4#B4A4E5
5#B7A9DF
6#BAAFDA
7#BCB4D5
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 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A98E #A98EFA | BordersInactive statesPlaceholder text |
| 400 | 7D54 #7D54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5723 #5723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D09 #3D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3007 #3007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2205 #22057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1603 #16034E | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FE;
--plum-100: #E5DDFE;
--plum-200: #CFBFFC;
--plum-300: #A98EFA;
--plum-400: #7D54F8;
--plum-500: #5723F6;
--plum-600: #3D09D7;
--plum-700: #3007AB;
--plum-800: #22057A;
--plum-900: #16034E;
--plum-950: #0E0231;
}