Plum
#BB97F2
PurpleColor Codes
All color formats for development
HEX
#BB97F2RGB
rgb(187, 151, 242)HSL
hsl(264, 78%, 77%)OKLCH
oklch(0.744 0.133 301.5)CMYK
cmyk(23%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A574EE
2#8E51E9
3#772EE5
4#631AD2
5#5316AF
6#42118C
7#320D69
8#210946
9#110423
Tints
Lighter variations
1#C2A1F3
2#C9ABF5
3#D0B6F6
4#D6C0F7
5#DDCBF9
6#E4D5FA
7#EBE0FB
8#F1EAFC
9#F8F5FE
Tones
Muted variations
1#BC9BEE
2#BDA0E9
3#BEA4E4
4#BFA9E0
5#C0ADDB
6#C1B2D7
7#C2B7D2
8#C3BBCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB97 #BB97F2 | BordersInactive statesPlaceholder text |
| 400 | 9860 #9860EB | Disabled statesSecondary iconsMuted text |
| 500 | 7A33 #7A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F19 #5F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B14 #4B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360E #360E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FD;
--plum-100: #EADFFB;
--plum-200: #D9C4F8;
--plum-300: #BB97F2;
--plum-400: #9860EB;
--plum-500: #7A33E6;
--plum-600: #5F19C8;
--plum-700: #4B149F;
--plum-800: #360E71;
--plum-900: #220949;
--plum-950: #16062D;
}