Plum
#BA91F8
PurpleColor Codes
All color formats for development
HEX
#BA91F8RGB
rgb(186, 145, 248)HSL
hsl(264, 88%, 77%)OKLCH
oklch(0.735 0.15 301.2)CMYK
cmyk(25%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A36CF6
2#8C47F3
3#7522F1
4#610EDD
5#510CB9
6#410994
7#31076F
8#20054A
9#100225
Tints
Lighter variations
1#C19CF9
2#C8A7F9
3#CFB2FA
4#D6BDFB
5#DDC8FB
6#E3D3FC
7#EADEFD
8#F1E9FE
9#F8F4FE
Tones
Muted variations
1#BB96F3
2#BC9BEE
3#BDA0E8
4#BEA5E3
5#BFABDE
6#C0B0D9
7#C1B5D4
8#C2BACF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C1 #D8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA91 #BA91F8 | BordersInactive statesPlaceholder text |
| 400 | 9657 #9657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7827 #7827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0D #5C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0B #4A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3508 #350878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2205 #22054D | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FE;
--plum-100: #EADDFD;
--plum-200: #D8C1FB;
--plum-300: #BA91F8;
--plum-400: #9657F4;
--plum-500: #7827F1;
--plum-600: #5C0DD3;
--plum-700: #4A0BA8;
--plum-800: #350878;
--plum-900: #22054D;
--plum-950: #150330;
}