Plum
#BA97F2
PurpleColor Codes
All color formats for development
HEX
#BA97F2RGB
rgb(186, 151, 242)HSL
hsl(263, 78%, 77%)OKLCH
oklch(0.743 0.133 300.9)CMYK
cmyk(23%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A274EE
2#8B51E9
3#742EE5
4#601AD2
5#5016AF
6#40118C
7#300D69
8#200946
9#100423
Tints
Lighter variations
1#C1A1F3
2#C8ABF5
3#CEB6F6
4#D5C0F7
5#DCCBF9
6#E3D5FA
7#EAE0FB
8#F1EAFC
9#F8F5FE
Tones
Muted variations
1#BB9BEE
2#BCA0E9
3#BDA4E4
4#BEA9E0
5#BFADDB
6#C0B2D7
7#C1B7D2
8#C2BBCD
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 | D8C4 #D8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA97 #BA97F2 | BordersInactive statesPlaceholder text |
| 400 | 9660 #9660EB | Disabled statesSecondary iconsMuted text |
| 500 | 7733 #7733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C19 #5C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4914 #49149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340E #340E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FD;
--plum-100: #EADFFB;
--plum-200: #D8C4F8;
--plum-300: #BA97F2;
--plum-400: #9660EB;
--plum-500: #7733E6;
--plum-600: #5C19C8;
--plum-700: #49149F;
--plum-800: #340E71;
--plum-900: #210949;
--plum-950: #15062D;
}