Plum
#BC94F5
PurpleColor Codes
All color formats for development
HEX
#BC94F5RGB
rgb(188, 148, 245)HSL
hsl(265, 83%, 77%)OKLCH
oklch(0.741 0.142 302.1)CMYK
cmyk(23%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A670F2
2#904CEE
3#7928EB
4#6614D8
5#5511B4
6#440D90
7#330A6C
8#220748
9#110324
Tints
Lighter variations
1#C39EF6
2#CAA9F7
3#D0B4F8
4#D7BFF9
5#DEC9FA
6#E4D4FB
7#EBDFFC
8#F2EAFD
9#F8F4FE
Tones
Muted variations
1#BD99F0
2#BE9DEB
3#BFA2E6
4#BFA7E2
5#C0ACDD
6#C1B1D8
7#C2B6D3
8#C3BBCE
9#C4BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C2 #D9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC94 #BC94F5 | BordersInactive statesPlaceholder text |
| 400 | 995C #995CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2D #7C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6113 #6113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0F #4D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370B #370B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2307 #23074B | Primary textHigh emphasis contentDark headings |
| 950 | 1604 #16042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FE;
--plum-100: #EBDEFC;
--plum-200: #D9C2F9;
--plum-300: #BC94F5;
--plum-400: #995CF0;
--plum-500: #7C2DEB;
--plum-600: #6113CD;
--plum-700: #4D0FA3;
--plum-800: #370B75;
--plum-900: #23074B;
--plum-950: #16042F;
}