Plum
#B48EFB
PurpleColor Codes
All color formats for development
HEX
#B48EFBRGB
rgb(180, 142, 251)HSL
hsl(261, 93%, 77%)OKLCH
oklch(0.726 0.157 298.5)CMYK
cmyk(28%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B68FA
2#8242F8
3#691CF7
4#5508E3
5#4707BD
6#390598
7#2A0472
8#1C034C
9#0E0126
Tints
Lighter variations
1#BB99FB
2#C3A4FC
3#CAB0FC
4#D2BBFD
5#D9C6FD
6#E1D2FD
7#E8DDFE
8#F0E8FE
9#F7F4FF
Tones
Muted variations
1#B693F5
2#B799F0
3#B99EEB
4#BBA4E5
5#BCA9E0
6#BEAFDA
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 | D5BF #D5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B48E #B48EFB | BordersInactive statesPlaceholder text |
| 400 | 8D53 #8D53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6C22 #6C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5108 #5108D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4006 #4006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E04 #2E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D03 #1D034F | 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: #D5BFFD;
--plum-300: #B48EFB;
--plum-400: #8D53F9;
--plum-500: #6C22F7;
--plum-600: #5108D9;
--plum-700: #4006AC;
--plum-800: #2E047B;
--plum-900: #1D034F;
--plum-950: #120231;
}