Plum
#B38AFF
PurpleColor Codes
All color formats for development
HEX
#B38AFFRGB
rgb(179, 138, 255)HSL
hsl(261, 100%, 77%)OKLCH
oklch(0.721 0.168 298.2)CMYK
cmyk(30%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9962FF
2#803BFF
3#6614FF
4#5200EC
5#4500C4
6#37009D
7#290076
8#1B004F
9#0E0027
Tints
Lighter variations
1#BA95FF
2#C2A1FF
3#CAADFF
4#D1B9FF
5#D9C4FF
6#E1D0FF
7#E8DCFF
8#F0E8FF
9#F7F3FF
Tones
Muted variations
1#B590F9
2#B695F3
3#B89BED
4#BAA1E8
5#BCA7E2
6#BDADDC
7#BFB3D6
8#C1B9D0
9#C3BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DB #E8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BD #D4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B38A #B38AFF | BordersInactive statesPlaceholder text |
| 400 | 8B4D #8B4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6A1A #6A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F00 #4F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E00 #3E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D00 #2D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D00 #1D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1200 #120033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FF;
--plum-100: #E8DBFF;
--plum-200: #D4BDFF;
--plum-300: #B38AFF;
--plum-400: #8B4DFF;
--plum-500: #6A1AFF;
--plum-600: #4F00E0;
--plum-700: #3E00B3;
--plum-800: #2D0080;
--plum-900: #1D0052;
--plum-950: #120033;
}