Plum
#BB96F3
PurpleColor Codes
All color formats for development
HEX
#BB96F3RGB
rgb(187, 150, 243)HSL
hsl(264, 79%, 77%)OKLCH
oklch(0.742 0.136 301.5)CMYK
cmyk(23%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A473EF
2#8E50EA
3#772DE6
4#6319D3
5#5315B0
6#42108D
7#320C69
8#210846
9#110423
Tints
Lighter variations
1#C2A1F4
2#C9ABF5
3#CFB6F6
4#D6C0F8
5#DDCBF9
6#E4D5FA
7#EBE0FB
8#F1EAFD
9#F8F5FE
Tones
Muted variations
1#BC9BEE
2#BD9FE9
3#BEA4E5
4#BFA9E0
5#C0ADDC
6#C1B2D7
7#C2B6D2
8#C2BBCE
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB96 #BB96F3 | BordersInactive statesPlaceholder text |
| 400 | 985F #985FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7A32 #7A32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E18 #5E18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B13 #4B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360D #360D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FD;
--plum-100: #EADFFB;
--plum-200: #D9C4F8;
--plum-300: #BB96F3;
--plum-400: #985FEC;
--plum-500: #7A32E7;
--plum-600: #5E18C9;
--plum-700: #4B13A0;
--plum-800: #360D72;
--plum-900: #220949;
--plum-950: #15052E;
}