Plum
#BF8CFD
PurpleColor Codes
All color formats for development
HEX
#BF8CFDRGB
rgb(191, 140, 253)HSL
hsl(267, 97%, 77%)OKLCH
oklch(0.734 0.165 303.4)CMYK
cmyk(25%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A965FD
2#943EFC
3#7E17FB
4#6A04E8
5#5903C1
6#47029B
7#350274
8#23014D
9#120127
Tints
Lighter variations
1#C597FD
2#CCA3FE
3#D2AEFE
4#D8BAFE
5#DFC5FE
6#E5D1FE
7#ECDCFE
8#F2E8FF
9#F9F3FF
Tones
Muted variations
1#BF91F8
2#C097F2
3#C09DEC
4#C1A2E6
5#C2A8E1
6#C2AEDB
7#C3B3D5
8#C3B9D0
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8B #BF8BFD | BordersInactive statesPlaceholder text |
| 400 | 9D4F #9D4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 811D #811DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 6503 #6503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5103 #5103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A02 #3A027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2501 #250150 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FF;
--plum-100: #EBDCFE;
--plum-200: #DBBEFE;
--plum-300: #BF8BFD;
--plum-400: #9D4FFC;
--plum-500: #811DFC;
--plum-600: #6503DD;
--plum-700: #5103B0;
--plum-800: #3A027E;
--plum-900: #250150;
--plum-950: #170132;
}