Plum
#B28EFA
PurpleColor Codes
All color formats for development
HEX
#B28EFARGB
rgb(178, 142, 250)HSL
hsl(260, 92%, 77%)OKLCH
oklch(0.724 0.156 297.8)CMYK
cmyk(29%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9969F9
2#7F43F7
3#651DF6
4#5209E2
5#4408BC
6#360697
7#290571
8#1B034B
9#0E0226
Tints
Lighter variations
1#BA9AFB
2#C2A5FB
3#C9B0FC
4#D1BBFC
5#D9C7FD
6#E0D2FD
7#E8DDFE
8#F0E8FE
9#F7F4FF
Tones
Muted variations
1#B494F5
2#B699F0
3#B89FEA
4#BAA4E5
5#BBA9DF
6#BDAFDA
7#BFB4D5
8#C1BACF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BF #D4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFA | BordersInactive statesPlaceholder text |
| 400 | 8A54 #8A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6923 #6923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E09 #4E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E07 #3E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C05 #2C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034E | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FE;
--plum-100: #E8DDFE;
--plum-200: #D4BFFC;
--plum-300: #B28EFA;
--plum-400: #8A54F8;
--plum-500: #6923F6;
--plum-600: #4E09D7;
--plum-700: #3E07AB;
--plum-800: #2C057A;
--plum-900: #1C034E;
--plum-950: #120231;
}