Plum
#BC91F8
PurpleColor Codes
All color formats for development
HEX
#BC91F8RGB
rgb(188, 145, 248)HSL
hsl(265, 88%, 77%)OKLCH
oklch(0.737 0.15 302.1)CMYK
cmyk(24%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A56CF6
2#8F47F3
3#7822F1
4#650EDD
5#540CB9
6#430994
7#32076F
8#22054A
9#110225
Tints
Lighter variations
1#C29CF9
2#C9A7F9
3#D0B2FA
4#D7BDFB
5#DDC8FB
6#E4D3FC
7#EBDEFD
8#F2E9FE
9#F8F4FE
Tones
Muted variations
1#BD96F3
2#BD9BEE
3#BEA0E8
4#BFA5E3
5#C0ABDE
6#C1B0D9
7#C2B5D4
8#C3BACF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C1 #D9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BC91 #BC91F8 | BordersInactive statesPlaceholder text |
| 400 | 9957 #9957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7B27 #7B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 600D #600DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C0B #4C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3608 #360878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2305 #23054D | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FE;
--plum-100: #EBDDFD;
--plum-200: #D9C1FB;
--plum-300: #BC91F8;
--plum-400: #9957F4;
--plum-500: #7B27F1;
--plum-600: #600DD3;
--plum-700: #4C0BA8;
--plum-800: #360878;
--plum-900: #23054D;
--plum-950: #160330;
}