Plum
#BD90F9
PurpleColor Codes
All color formats for development
HEX
#BD90F9RGB
rgb(189, 144, 249)HSL
hsl(266, 90%, 77%)OKLCH
oklch(0.737 0.153 302.6)CMYK
cmyk(24%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A76AF7
2#9145F5
3#7B20F3
4#680CE0
5#560ABB
6#450895
7#340670
8#23044B
9#110225
Tints
Lighter variations
1#C49BFA
2#CAA6FA
3#D1B1FB
4#D8BCFB
5#DEC7FC
6#E5D2FD
7#EBDEFD
8#F2E9FE
9#F8F4FE
Tones
Muted variations
1#BE95F4
2#BF9AEF
3#BF9FE9
4#C0A5E4
5#C1AADF
6#C2AFD9
7#C2B5D4
8#C3BACF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC0 #DAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD90 #BD90F9 | BordersInactive statesPlaceholder text |
| 400 | 9B55 #9B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7E25 #7E25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630B #630BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F09 #4F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3806 #380679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2404 #24044E | 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: #EBDDFD;
--plum-200: #DAC0FC;
--plum-300: #BD90F9;
--plum-400: #9B55F6;
--plum-500: #7E25F4;
--plum-600: #630BD5;
--plum-700: #4F09AA;
--plum-800: #380679;
--plum-900: #24044E;
--plum-950: #160330;
}