Plum
#BD91F8
PurpleColor Codes
All color formats for development
HEX
#BD91F8RGB
rgb(189, 145, 248)HSL
hsl(266, 88%, 77%)OKLCH
oklch(0.738 0.15 302.6)CMYK
cmyk(24%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A86CF6
2#9247F3
3#7C22F1
4#680EDD
5#570CB9
6#450994
7#34076F
8#23054A
9#110225
Tints
Lighter variations
1#C49CF9
2#CBA7F9
3#D1B2FA
4#D8BDFB
5#DEC8FB
6#E5D3FC
7#EBDEFD
8#F2E9FE
9#F8F4FE
Tones
Muted variations
1#BE96F3
2#BF9BEE
3#C0A0E8
4#C0A5E3
5#C1ABDE
6#C2B0D9
7#C2B5D4
8#C3BACF
9#C4BFCA
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 | DAC1 #DAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BD91 #BD91F8 | BordersInactive statesPlaceholder text |
| 400 | 9B57 #9B57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7F27 #7F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630D #630DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0B #4F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3808 #380878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2405 #24054D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FE;
--plum-100: #EBDDFD;
--plum-200: #DAC1FB;
--plum-300: #BD91F8;
--plum-400: #9B57F4;
--plum-500: #7F27F1;
--plum-600: #630DD3;
--plum-700: #4F0BA8;
--plum-800: #380878;
--plum-900: #24054D;
--plum-950: #170330;
}