Plum
#BA98F1
PurpleColor Codes
All color formats for development
HEX
#BA98F1RGB
rgb(186, 152, 241)HSL
hsl(263, 76%, 77%)OKLCH
oklch(0.744 0.13 300.9)CMYK
cmyk(23%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A375EC
2#8C53E7
3#7530E3
4#611CCF
5#5118AD
6#41138A
7#300E68
8#200945
9#100523
Tints
Lighter variations
1#C1A2F2
2#C8ACF4
3#CFB7F5
4#D6C1F7
5#DCCBF8
6#E3D6F9
7#EAE0FB
8#F1EAFC
9#F8F5FE
Tones
Muted variations
1#BB9CEC
2#BCA1E8
3#BDA5E4
4#BEAADF
5#BFAEDB
6#C0B3D6
7#C1B7D2
8#C2BBCD
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C5 #D8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA98 #BA98F1 | BordersInactive statesPlaceholder text |
| 400 | 9662 #9662EA | Disabled statesSecondary iconsMuted text |
| 500 | 7835 #7835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C1B #5C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4915 #49159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340F #340F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 220A #220A48 | 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: #F6F2FD;
--plum-100: #EAE0FB;
--plum-200: #D8C5F7;
--plum-300: #BA98F1;
--plum-400: #9662EA;
--plum-500: #7835E3;
--plum-600: #5C1BC5;
--plum-700: #49159D;
--plum-800: #340F70;
--plum-900: #220A48;
--plum-950: #15062D;
}