Plum
#BA8FFA
PurpleColor Codes
All color formats for development
HEX
#BA8FFARGB
rgb(186, 143, 250)HSL
hsl(264, 91%, 77%)OKLCH
oklch(0.733 0.156 301.2)CMYK
cmyk(26%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A269F8
2#8B44F6
3#741EF4
4#600BE1
5#5009BC
6#400796
7#300571
8#20044B
9#100226
Tints
Lighter variations
1#C19AFA
2#C8A5FB
3#CEB1FB
4#D5BCFC
5#DCC7FC
6#E3D2FD
7#EADDFD
8#F1E9FE
9#F8F4FE
Tones
Muted variations
1#BB94F4
2#BC9AEF
3#BD9FEA
4#BEA4E4
5#BFAADF
6#C0AFDA
7#C1B4D4
8#C2BACF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8F #BA8FFA | BordersInactive statesPlaceholder text |
| 400 | 9655 #9655F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7724 #7724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0A #5C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4908 #4908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3406 #34067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2104 #21044E | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FE;
--plum-100: #EADDFD;
--plum-200: #D8C0FC;
--plum-300: #BA8FFA;
--plum-400: #9655F7;
--plum-500: #7724F5;
--plum-600: #5C0AD6;
--plum-700: #4908AA;
--plum-800: #34067A;
--plum-900: #21044E;
--plum-950: #150231;
}