Plum
#A98DFB
PurpleColor Codes
All color formats for development
HEX
#A98DFBRGB
rgb(169, 141, 251)HSL
hsl(255, 93%, 77%)OKLCH
oklch(0.715 0.158 293.7)CMYK
cmyk(33%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C68FA
2#7042F8
3#531CF7
4#3F08E3
5#3507BD
6#2A0598
7#200472
8#15034C
9#0B0126
Tints
Lighter variations
1#B299FB
2#BAA4FC
3#C3B0FC
4#CBBBFD
5#D4C6FD
6#DDD2FD
7#E5DDFE
8#EEE8FE
9#F6F4FF
Tones
Muted variations
1#AC93F5
2#AF99F0
3#B19EEB
4#B4A4E5
5#B7A9E0
6#B9AFDA
7#BCB4D5
8#BFB9CF
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 | CEBF #CEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A98E #A98EFB | BordersInactive statesPlaceholder text |
| 400 | 7C53 #7C53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5722 #5722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C08 #3C08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3006 #3006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2204 #22047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1603 #16034F | 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: #CEBFFD;
--plum-300: #A98EFB;
--plum-400: #7C53F9;
--plum-500: #5722F7;
--plum-600: #3C08D9;
--plum-700: #3006AC;
--plum-800: #22047B;
--plum-900: #16034F;
--plum-950: #0E0231;
}