Plum
#BF8EFA
PurpleColor Codes
All color formats for development
HEX
#BF8EFARGB
rgb(191, 142, 250)HSL
hsl(267, 92%, 77%)OKLCH
oklch(0.736 0.158 303.7)CMYK
cmyk(24%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA69F9
2#9443F7
3#7F1DF6
4#6B09E2
5#5908BC
6#470697
7#350571
8#24034B
9#120226
Tints
Lighter variations
1#C59AFB
2#CCA5FB
3#D2B0FC
4#D9BBFC
5#DFC7FD
6#E5D2FD
7#ECDDFE
8#F2E8FE
9#F9F4FF
Tones
Muted variations
1#BF94F5
2#C099F0
3#C19FEA
4#C1A4E5
5#C2A9DF
6#C2AFDA
7#C3B4D5
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 #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8E #BF8EFA | BordersInactive statesPlaceholder text |
| 400 | 9E54 #9E54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8223 #8223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6609 #6609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5107 #5107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A05 #3A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2503 #25034E | 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: #ECDDFE;
--plum-200: #DBBFFC;
--plum-300: #BF8EFA;
--plum-400: #9E54F8;
--plum-500: #8223F6;
--plum-600: #6609D7;
--plum-700: #5107AB;
--plum-800: #3A057A;
--plum-900: #25034E;
--plum-950: #170231;
}