Plum
#BA9AEF
PurpleColor Codes
All color formats for development
HEX
#BA9AEFRGB
rgb(186, 154, 239)HSL
hsl(263, 73%, 77%)OKLCH
oklch(0.747 0.124 300.8)CMYK
cmyk(22%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A378EA
2#8C56E5
3#7534DF
4#6220CC
5#511BAA
6#411588
7#311066
8#210B44
9#100522
Tints
Lighter variations
1#C1A4F1
2#C8AEF2
3#CFB8F4
4#D6C2F5
5#DDCCF7
6#E4D6F9
7#EAE1FA
8#F1EBFC
9#F8F5FD
Tones
Muted variations
1#BB9EEB
2#BCA2E7
3#BDA6E2
4#BEABDE
5#BFAFDA
6#C0B3D5
7#C1B8D1
8#C2BCCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C6 #D8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA9A #BA9AEF | BordersInactive statesPlaceholder text |
| 400 | 9765 #9765E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7938 #7938E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1E #5D1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A18 #4A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3511 #35116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 220B #220B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F2FD;
--plum-100: #EAE0FA;
--plum-200: #D8C6F6;
--plum-300: #BA9AEF;
--plum-400: #9765E7;
--plum-500: #7938E0;
--plum-600: #5D1EC2;
--plum-700: #4A189A;
--plum-800: #35116E;
--plum-900: #220B47;
--plum-950: #15072C;
}