Plum
#B28EFB
PurpleColor Codes
All color formats for development
HEX
#B28EFBRGB
rgb(178, 142, 251)HSL
hsl(260, 93%, 77%)OKLCH
oklch(0.724 0.157 297.6)CMYK
cmyk(29%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9868FA
2#7F42F8
3#651CF7
4#5108E3
5#4407BD
6#360598
7#290472
8#1B034C
9#0E0126
Tints
Lighter variations
1#BA99FB
2#C2A4FC
3#C9B0FC
4#D1BBFD
5#D9C6FD
6#E0D2FD
7#E8DDFE
8#F0E8FE
9#F7F4FF
Tones
Muted variations
1#B493F5
2#B699F0
3#B89EEB
4#B9A4E5
5#BBA9E0
6#BDAFDA
7#BFB4D5
8#C1B9CF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BF #D4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFB | BordersInactive statesPlaceholder text |
| 400 | 8A53 #8A53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6922 #6922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D08 #4D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E06 #3E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C04 #2C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FE;
--plum-100: #E8DDFE;
--plum-200: #D4BFFD;
--plum-300: #B28EFB;
--plum-400: #8A53F9;
--plum-500: #6922F7;
--plum-600: #4D08D9;
--plum-700: #3E06AC;
--plum-800: #2C047B;
--plum-900: #1C034F;
--plum-950: #120231;
}