Plum
#B88EFB
PurpleColor Codes
All color formats for development
HEX
#B88EFBRGB
rgb(184, 142, 251)HSL
hsl(263, 93%, 77%)OKLCH
oklch(0.73 0.158 300.3)CMYK
cmyk(27%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A068FA
2#8842F8
3#701CF7
4#5C08E3
5#4D07BD
6#3D0598
7#2E0472
8#1F034C
9#0F0126
Tints
Lighter variations
1#BF99FB
2#C6A4FC
3#CDB0FC
4#D4BBFD
5#DBC6FD
6#E2D2FD
7#EADDFE
8#F1E8FE
9#F8F4FF
Tones
Muted variations
1#B993F5
2#BA99F0
3#BB9EEB
4#BDA4E5
5#BEA9E0
6#BFAFDA
7#C1B4D5
8#C2B9CF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFB | BordersInactive statesPlaceholder text |
| 400 | 9253 #9253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7322 #7322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5808 #5808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4606 #4606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034F | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FE;
--plum-100: #E9DDFE;
--plum-200: #D7BFFD;
--plum-300: #B88EFB;
--plum-400: #9253F9;
--plum-500: #7322F7;
--plum-600: #5808D9;
--plum-700: #4606AC;
--plum-800: #32047B;
--plum-900: #20034F;
--plum-950: #140231;
}