Plum
#BA98F0
PurpleColor Codes
All color formats for development
HEX
#BA98F0RGB
rgb(186, 152, 240)HSL
hsl(263, 75%, 77%)OKLCH
oklch(0.744 0.128 301.1)CMYK
cmyk(23%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A376EB
2#8C54E7
3#7531E2
4#611DCE
5#5119AC
6#411489
7#310F67
8#200A45
9#100522
Tints
Lighter variations
1#C1A3F2
2#C8ADF3
3#CFB7F5
4#D6C1F6
5#DDCCF8
6#E3D6F9
7#EAE0FB
8#F1EAFC
9#F8F5FE
Tones
Muted variations
1#BB9DEC
2#BCA1E8
3#BDA6E3
4#BEAADF
5#BFAEDA
6#C0B3D6
7#C1B7D2
8#C2BCCD
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 #BA98F0 | BordersInactive statesPlaceholder text |
| 400 | 9663 #9663E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7836 #7836E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1C #5D1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A16 #4A169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3510 #351070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 220A #220A47 | 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: #BA98F0;
--plum-400: #9663E9;
--plum-500: #7836E2;
--plum-600: #5D1CC4;
--plum-700: #4A169C;
--plum-800: #351070;
--plum-900: #220A47;
--plum-950: #15062D;
}