Plum
#B98BFE
PurpleColor Codes
All color formats for development
HEX
#B98BFERGB
rgb(185, 139, 254)HSL
hsl(264, 98%, 77%)OKLCH
oklch(0.727 0.167 300.8)CMYK
cmyk(27%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A164FD
2#8A3DFD
3#7216FD
4#5F02E9
5#4F02C2
6#3F029C
7#2F0175
8#20014E
9#100027
Tints
Lighter variations
1#C096FE
2#C7A2FE
3#CEAEFE
4#D5B9FE
5#DCC5FE
6#E3D1FF
7#EADCFF
8#F1E8FF
9#F8F3FF
Tones
Muted variations
1#BA91F8
2#BB96F2
3#BC9CED
4#BDA2E7
5#BFA8E1
6#C0ADDB
7#C1B3D6
8#C2B9D0
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BD #D7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98B #B98BFE | BordersInactive statesPlaceholder text |
| 400 | 944E #944EFD | Disabled statesSecondary iconsMuted text |
| 500 | 761C #761CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A02 #5A02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4802 #4802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3301 #33017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2101 #210151 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FF;
--plum-100: #EADCFF;
--plum-200: #D7BDFE;
--plum-300: #B98BFE;
--plum-400: #944EFD;
--plum-500: #761CFD;
--plum-600: #5A02DE;
--plum-700: #4802B1;
--plum-800: #33017E;
--plum-900: #210151;
--plum-950: #150132;
}