Plum
#BD96F3
PurpleColor Codes
All color formats for development
HEX
#BD96F3RGB
rgb(189, 150, 243)HSL
hsl(265, 79%, 77%)OKLCH
oklch(0.744 0.136 302.5)CMYK
cmyk(22%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A673EF
2#9050EA
3#7A2DE6
4#6619D3
5#5515B0
6#44108D
7#330C69
8#220846
9#110423
Tints
Lighter variations
1#C3A1F4
2#CAABF5
3#D1B6F6
4#D7C0F8
5#DECBF9
6#E4D5FA
7#EBE0FB
8#F2EAFD
9#F8F5FE
Tones
Muted variations
1#BD9BEE
2#BE9FE9
3#BFA4E5
4#C0A9E0
5#C0ADDC
6#C1B2D7
7#C2B6D2
8#C3BBCE
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD96 #BD96F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5F #9A5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7D32 #7D32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6118 #6118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D13 #4D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230949 | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FD;
--plum-100: #EBDFFB;
--plum-200: #D9C4F8;
--plum-300: #BD96F3;
--plum-400: #9A5FEC;
--plum-500: #7D32E7;
--plum-600: #6118C9;
--plum-700: #4D13A0;
--plum-800: #370D72;
--plum-900: #230949;
--plum-950: #16052E;
}