Plum
#BD98F1
PurpleColor Codes
All color formats for development
HEX
#BD98F1RGB
rgb(189, 152, 241)HSL
hsl(265, 76%, 77%)OKLCH
oklch(0.747 0.13 302.5)CMYK
cmyk(22%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A775EC
2#9153E7
3#7B30E3
4#671CCF
5#5618AD
6#45138A
7#330E68
8#220945
9#110523
Tints
Lighter variations
1#C4A2F2
2#CAACF4
3#D1B7F5
4#D7C1F7
5#DECBF8
6#E5D6F9
7#EBE0FB
8#F2EAFC
9#F8F5FE
Tones
Muted variations
1#BE9CEC
2#BEA1E8
3#BFA5E4
4#C0AADF
5#C1AEDB
6#C1B3D6
7#C2B7D2
8#C3BBCD
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC5 #DAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD98 #BD98F1 | BordersInactive statesPlaceholder text |
| 400 | 9A62 #9A62EA | Disabled statesSecondary iconsMuted text |
| 500 | 7E35 #7E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 621B #621BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E15 #4E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 380F #380F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 240A #240A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F2FD;
--plum-100: #EBE0FB;
--plum-200: #DAC5F7;
--plum-300: #BD98F1;
--plum-400: #9A62EA;
--plum-500: #7E35E3;
--plum-600: #621BC5;
--plum-700: #4E159D;
--plum-800: #380F70;
--plum-900: #240A48;
--plum-950: #16062D;
}