Plum
#BB8BFD
PurpleColor Codes
All color formats for development
HEX
#BB8BFDRGB
rgb(187, 139, 253)HSL
hsl(265, 97%, 77%)OKLCH
oklch(0.729 0.166 301.9)CMYK
cmyk(26%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A465FD
2#8D3EFC
3#7617FB
4#6304E8
5#5203C1
6#42029B
7#310274
8#21014D
9#100127
Tints
Lighter variations
1#C297FD
2#C8A3FE
3#CFAEFE
4#D6BAFE
5#DDC5FE
6#E4D1FE
7#EBDCFE
8#F1E8FF
9#F8F3FF
Tones
Muted variations
1#BC91F8
2#BD97F2
3#BE9DEC
4#BFA2E6
5#C0A8E1
6#C1AEDB
7#C2B3D5
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 #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BE #D8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8B #BB8BFD | BordersInactive statesPlaceholder text |
| 400 | 974F #974FFC | Disabled statesSecondary iconsMuted text |
| 500 | 7A1D #7A1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E03 #5E03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B03 #4B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3502 #35027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2201 #220150 | 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: #EADCFE;
--plum-200: #D8BEFE;
--plum-300: #BB8BFD;
--plum-400: #974FFC;
--plum-500: #7A1DFC;
--plum-600: #5E03DD;
--plum-700: #4B03B0;
--plum-800: #35027E;
--plum-900: #220150;
--plum-950: #150132;
}