Plum
#BF91F8
PurpleColor Codes
All color formats for development
HEX
#BF91F8RGB
rgb(191, 145, 248)HSL
hsl(267, 88%, 77%)OKLCH
oklch(0.74 0.151 303.5)CMYK
cmyk(23%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA6CF6
2#9447F3
3#7F22F1
4#6B0EDD
5#5A0CB9
6#480994
7#36076F
8#24054A
9#120225
Tints
Lighter variations
1#C69CF9
2#CCA7F9
3#D2B2FA
4#D9BDFB
5#DFC8FB
6#E5D3FC
7#ECDEFD
8#F2E9FE
9#F9F4FE
Tones
Muted variations
1#C096F3
2#C09BEE
3#C1A0E8
4#C1A5E3
5#C2ABDE
6#C2B0D9
7#C3B5D4
8#C3BACF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC1 #DBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF91 #BF91F8 | BordersInactive statesPlaceholder text |
| 400 | 9E57 #9E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8227 #8227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660D #660DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510B #510BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A08 #3A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2505 #25054D | 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: #F7F1FE;
--plum-100: #ECDDFD;
--plum-200: #DBC1FB;
--plum-300: #BF91F8;
--plum-400: #9E57F4;
--plum-500: #8227F1;
--plum-600: #660DD3;
--plum-700: #510BA8;
--plum-800: #3A0878;
--plum-900: #25054D;
--plum-950: #170330;
}