Plum
#BB8BFE
PurpleColor Codes
All color formats for development
HEX
#BB8BFERGB
rgb(187, 139, 254)HSL
hsl(265, 98%, 77%)OKLCH
oklch(0.729 0.167 301.7)CMYK
cmyk(26%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A464FD
2#8D3DFD
3#7616FD
4#6302E9
5#5202C2
6#42029C
7#310175
8#21014E
9#100027
Tints
Lighter variations
1#C296FE
2#C8A2FE
3#CFAEFE
4#D6B9FE
5#DDC5FE
6#E4D1FF
7#EBDCFF
8#F1E8FF
9#F8F3FF
Tones
Muted variations
1#BC91F8
2#BD96F2
3#BE9CED
4#BFA2E7
5#C0A8E1
6#C1ADDB
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 | D8BD #D8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8B #BB8BFE | BordersInactive statesPlaceholder text |
| 400 | 974E #974EFD | Disabled statesSecondary iconsMuted text |
| 500 | 7A1C #7A1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E02 #5E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B02 #4B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3501 #35017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2201 #220151 | 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: #D8BDFE;
--plum-300: #BB8BFE;
--plum-400: #974EFD;
--plum-500: #7A1CFD;
--plum-600: #5E02DE;
--plum-700: #4B02B1;
--plum-800: #35017E;
--plum-900: #220151;
--plum-950: #150132;
}