Plum
#B38BFE
PurpleColor Codes
All color formats for development
HEX
#B38BFERGB
rgb(179, 139, 254)HSL
hsl(261, 98%, 77%)OKLCH
oklch(0.722 0.166 298.2)CMYK
cmyk(30%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A64FD
2#803DFD
3#6716FD
4#5302E9
5#4502C2
6#37029C
7#2A0175
8#1C014E
9#0E0027
Tints
Lighter variations
1#BB96FE
2#C2A2FE
3#CAAEFE
4#D1B9FE
5#D9C5FE
6#E1D1FF
7#E8DCFF
8#F0E8FF
9#F7F3FF
Tones
Muted variations
1#B591F8
2#B796F2
3#B89CED
4#BAA2E7
5#BCA8E1
6#BDADDB
7#BFB3D6
8#C1B9D0
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BD #D4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38B #B38BFE | BordersInactive statesPlaceholder text |
| 400 | 8C4E #8C4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 6B1C #6B1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F02 #4F02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F02 #3F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D01 #2D017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D01 #1D0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1201 #120132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FF;
--plum-100: #E8DCFF;
--plum-200: #D4BDFE;
--plum-300: #B38BFE;
--plum-400: #8C4EFD;
--plum-500: #6B1CFD;
--plum-600: #4F02DE;
--plum-700: #3F02B1;
--plum-800: #2D017E;
--plum-900: #1D0151;
--plum-950: #120132;
}