Plum
#A98AFF
PurpleColor Codes
All color formats for development
HEX
#A98AFFRGB
rgb(169, 138, 255)HSL
hsl(256, 100%, 77%)OKLCH
oklch(0.712 0.167 293.9)CMYK
cmyk(34%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C62FF
2#6F3BFF
3#5314FF
4#3F00EC
5#3400C4
6#2A009D
7#1F0076
8#15004F
9#0A0027
Tints
Lighter variations
1#B295FF
2#BAA1FF
3#C3ADFF
4#CBB9FF
5#D4C4FF
6#DDD0FF
7#E5DCFF
8#EEE8FF
9#F6F3FF
Tones
Muted variations
1#AC90F9
2#AE95F3
3#B19BED
4#B4A1E8
5#B7A7E2
6#B9ADDC
7#BCB3D6
8#BFB9D0
9#C2BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DB #E5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBD #CEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A98A #A98AFF | BordersInactive statesPlaceholder text |
| 400 | 7C4D #7C4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 571A #571AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C00 #3C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3000 #3000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2200 #220080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1600 #160052 | Primary textHigh emphasis contentDark headings |
| 950 | 0E00 #0E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E5DBFF;
--plum-200: #CEBDFF;
--plum-300: #A98AFF;
--plum-400: #7C4DFF;
--plum-500: #571AFF;
--plum-600: #3C00E0;
--plum-700: #3000B3;
--plum-800: #220080;
--plum-900: #160052;
--plum-950: #0E0033;
}