Plum
#BF90F9
PurpleColor Codes
All color formats for development
HEX
#BF90F9RGB
rgb(191, 144, 249)HSL
hsl(267, 90%, 77%)OKLCH
oklch(0.739 0.154 303.5)CMYK
cmyk(23%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA6AF7
2#9445F5
3#7F20F3
4#6B0CE0
5#590ABB
6#470895
7#360670
8#24044B
9#120225
Tints
Lighter variations
1#C59BFA
2#CCA6FA
3#D2B1FB
4#D9BCFB
5#DFC7FC
6#E5D2FD
7#ECDEFD
8#F2E9FE
9#F9F4FE
Tones
Muted variations
1#C095F4
2#C09AEF
3#C19FE9
4#C1A5E4
5#C2AADF
6#C2AFD9
7#C3B5D4
8#C3BACF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF90 #BF90F9 | BordersInactive statesPlaceholder text |
| 400 | 9E55 #9E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8225 #8225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660B #660BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5109 #5109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A06 #3A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044E | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FE;
--plum-100: #ECDDFD;
--plum-200: #DBC0FC;
--plum-300: #BF90F9;
--plum-400: #9E55F6;
--plum-500: #8225F4;
--plum-600: #660BD5;
--plum-700: #5109AA;
--plum-800: #3A0679;
--plum-900: #25044E;
--plum-950: #170330;
}