Plum
#BC9AEF
PurpleColor Codes
All color formats for development
HEX
#BC9AEFRGB
rgb(188, 154, 239)HSL
hsl(264, 73%, 77%)OKLCH
oklch(0.749 0.124 301.9)CMYK
cmyk(21%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A578EA
2#8F56E5
3#7834DF
4#6520CC
5#541BAA
6#431588
7#321066
8#220B44
9#110522
Tints
Lighter variations
1#C3A4F1
2#C9AEF2
3#D0B8F4
4#D7C2F5
5#DDCCF7
6#E4D6F9
7#EBE1FA
8#F2EBFC
9#F8F5FD
Tones
Muted variations
1#BD9EEB
2#BDA2E7
3#BEA6E2
4#BFABDE
5#C0AFDA
6#C1B3D5
7#C2B8D1
8#C3BCCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C6 #D9C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC9A #BC9AEF | BordersInactive statesPlaceholder text |
| 400 | 9965 #9965E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7B38 #7B38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 601E #601EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C18 #4C189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3611 #36116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 230B #230B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1607 #16072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F2FD;
--plum-100: #EBE0FA;
--plum-200: #D9C6F6;
--plum-300: #BC9AEF;
--plum-400: #9965E7;
--plum-500: #7B38E0;
--plum-600: #601EC2;
--plum-700: #4C189A;
--plum-800: #36116E;
--plum-900: #230B47;
--plum-950: #16072C;
}