Plum
#BE97F2
PurpleColor Codes
All color formats for development
HEX
#BE97F2RGB
rgb(190, 151, 242)HSL
hsl(266, 78%, 77%)OKLCH
oklch(0.747 0.133 303)CMYK
cmyk(21%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A974EE
2#9351E9
3#7D2EE5
4#6A1AD2
5#5816AF
6#46118C
7#350D69
8#230946
9#120423
Tints
Lighter variations
1#C5A1F3
2#CBABF5
3#D2B6F6
4#D8C0F7
5#DFCBF9
6#E5D5FA
7#ECE0FB
8#F2EAFC
9#F9F5FE
Tones
Muted variations
1#BF9BEE
2#BFA0E9
3#C0A4E4
4#C1A9E0
5#C1ADDB
6#C2B2D7
7#C3B7D2
8#C3BBCD
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE97 #BE97F2 | BordersInactive statesPlaceholder text |
| 400 | 9C60 #9C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8033 #8033E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6519 #6519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5014 #50149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390E #390E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2509 #250949 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F1FD;
--plum-100: #EBDFFB;
--plum-200: #DAC4F8;
--plum-300: #BE97F2;
--plum-400: #9C60EB;
--plum-500: #8033E6;
--plum-600: #6519C8;
--plum-700: #50149F;
--plum-800: #390E71;
--plum-900: #250949;
--plum-950: #17062D;
}