Plum
#BF8FFA
PurpleColor Codes
All color formats for development
HEX
#BF8FFARGB
rgb(191, 143, 250)HSL
hsl(267, 91%, 77%)OKLCH
oklch(0.738 0.157 303.5)CMYK
cmyk(24%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA69F8
2#9444F6
3#7F1EF4
4#6B0BE1
5#5909BC
6#470796
7#360571
8#24044B
9#120226
Tints
Lighter variations
1#C59AFA
2#CCA5FB
3#D2B1FB
4#D9BCFC
5#DFC7FC
6#E5D2FD
7#ECDDFD
8#F2E9FE
9#F9F4FE
Tones
Muted variations
1#C094F4
2#C09AEF
3#C19FEA
4#C1A4E4
5#C2AADF
6#C2AFDA
7#C3B4D4
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 | BF8F #BF8FFA | BordersInactive statesPlaceholder text |
| 400 | 9E55 #9E55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8224 #8224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660A #660AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5108 #5108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A06 #3A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | 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: #BF8FFA;
--plum-400: #9E55F7;
--plum-500: #8224F5;
--plum-600: #660AD6;
--plum-700: #5108AA;
--plum-800: #3A067A;
--plum-900: #25044E;
--plum-950: #170231;
}