Plum
#BE98F1
PurpleColor Codes
All color formats for development
HEX
#BE98F1RGB
rgb(190, 152, 241)HSL
hsl(266, 76%, 77%)OKLCH
oklch(0.748 0.131 303)CMYK
cmyk(21%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A975EC
2#9353E7
3#7E30E3
4#6A1CCF
5#5818AD
6#47138A
7#350E68
8#230945
9#120523
Tints
Lighter variations
1#C5A2F2
2#CBACF4
3#D2B7F5
4#D8C1F7
5#DFCBF8
6#E5D6F9
7#ECE0FB
8#F2EAFC
9#F9F5FE
Tones
Muted variations
1#BF9CEC
2#C0A1E8
3#C0A5E4
4#C1AADF
5#C1AEDB
6#C2B3D6
7#C3B7D2
8#C3BBCD
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC5 #DAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE98 #BE98F1 | BordersInactive statesPlaceholder text |
| 400 | 9D62 #9D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 8135 #8135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651B #651BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5015 #50159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390F #390F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 250A #250A48 | 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: #F7F2FD;
--plum-100: #EBE0FB;
--plum-200: #DAC5F7;
--plum-300: #BE98F1;
--plum-400: #9D62EA;
--plum-500: #8135E3;
--plum-600: #651BC5;
--plum-700: #50159D;
--plum-800: #390F70;
--plum-900: #250A48;
--plum-950: #17062D;
}