Plum
#BC90F9
PurpleColor Codes
All color formats for development
HEX
#BC90F9RGB
rgb(188, 144, 249)HSL
hsl(265, 90%, 77%)OKLCH
oklch(0.736 0.153 302.1)CMYK
cmyk(24%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A56AF7
2#8E45F5
3#7820F3
4#640CE0
5#530ABB
6#430895
7#320670
8#21044B
9#110225
Tints
Lighter variations
1#C29BFA
2#C9A6FA
3#D0B1FB
4#D7BCFB
5#DDC7FC
6#E4D2FD
7#EBDEFD
8#F2E9FE
9#F8F4FE
Tones
Muted variations
1#BC95F4
2#BD9AEF
3#BE9FE9
4#BFA5E4
5#C0AADF
6#C1AFD9
7#C2B5D4
8#C3BACF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C0 #D9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BC90 #BC90F9 | BordersInactive statesPlaceholder text |
| 400 | 9855 #9855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7B25 #7B25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F0B #5F0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C09 #4C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3606 #360679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2304 #23044E | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FE;
--plum-100: #EADDFD;
--plum-200: #D9C0FC;
--plum-300: #BC90F9;
--plum-400: #9855F6;
--plum-500: #7B25F4;
--plum-600: #5F0BD5;
--plum-700: #4C09AA;
--plum-800: #360679;
--plum-900: #23044E;
--plum-950: #160330;
}