Plum
#BA8EFA
PurpleColor Codes
All color formats for development
HEX
#BA8EFARGB
rgb(186, 142, 250)HSL
hsl(264, 92%, 77%)OKLCH
oklch(0.731 0.157 301.4)CMYK
cmyk(26%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A269F9
2#8B43F7
3#741DF6
4#6009E2
5#5008BC
6#400697
7#300571
8#20034B
9#100226
Tints
Lighter variations
1#C19AFB
2#C7A5FB
3#CEB0FC
4#D5BBFC
5#DCC7FD
6#E3D2FD
7#EADDFE
8#F1E8FE
9#F8F4FF
Tones
Muted variations
1#BB94F5
2#BC99F0
3#BD9FEA
4#BEA4E5
5#BFA9DF
6#C0AFDA
7#C1B4D5
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 #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8E #BA8EFA | BordersInactive statesPlaceholder text |
| 400 | 9554 #9554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7723 #7723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C09 #5C09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4907 #4907AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3405 #34057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034E | 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: #EADDFE;
--plum-200: #D8BFFC;
--plum-300: #BA8EFA;
--plum-400: #9554F8;
--plum-500: #7723F6;
--plum-600: #5C09D7;
--plum-700: #4907AB;
--plum-800: #34057A;
--plum-900: #21034E;
--plum-950: #150231;
}