Plum
#BA96F3
PurpleColor Codes
All color formats for development
HEX
#BA96F3RGB
rgb(186, 150, 243)HSL
hsl(263, 79%, 77%)OKLCH
oklch(0.742 0.135 301)CMYK
cmyk(23%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A273EF
2#8B50EA
3#742DE6
4#6019D3
5#5015B0
6#40108D
7#300C69
8#200846
9#100423
Tints
Lighter variations
1#C0A1F4
2#C7ABF5
3#CEB6F6
4#D5C0F8
5#DCCBF9
6#E3D5FA
7#EAE0FB
8#F1EAFD
9#F8F5FE
Tones
Muted variations
1#BB9BEE
2#BC9FE9
3#BDA4E5
4#BEA9E0
5#BFADDC
6#C0B2D7
7#C1B6D2
8#C2BBCE
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 | BA96 #BA96F3 | BordersInactive statesPlaceholder text |
| 400 | 955F #955FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7732 #7732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C18 #5C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4913 #4913A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | 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: #BA96F3;
--plum-400: #955FEC;
--plum-500: #7732E7;
--plum-600: #5C18C9;
--plum-700: #4913A0;
--plum-800: #340D72;
--plum-900: #210949;
--plum-950: #15052E;
}