Plum
#BE96F3
PurpleColor Codes
All color formats for development
HEX
#BE96F3RGB
rgb(190, 150, 243)HSL
hsl(266, 79%, 77%)OKLCH
oklch(0.745 0.136 303)CMYK
cmyk(22%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A873EF
2#9350EA
3#7D2DE6
4#6919D3
5#5815B0
6#46108D
7#350C69
8#230846
9#120423
Tints
Lighter variations
1#C5A1F4
2#CBABF5
3#D2B6F6
4#D8C0F8
5#DFCBF9
6#E5D5FA
7#ECE0FB
8#F2EAFD
9#F9F5FE
Tones
Muted variations
1#BF9BEE
2#BF9FE9
3#C0A4E5
4#C1A9E0
5#C1ADDC
6#C2B2D7
7#C2B6D2
8#C3BBCE
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 | BE96 #BE96F3 | BordersInactive statesPlaceholder text |
| 400 | 9C5F #9C5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8032 #8032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6418 #6418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5013 #5013A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390D #390D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2509 #250949 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | 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: #BE96F3;
--plum-400: #9C5FEC;
--plum-500: #8032E7;
--plum-600: #6418C9;
--plum-700: #5013A0;
--plum-800: #390D72;
--plum-900: #250949;
--plum-950: #17052E;
}