Plum
#B18EFA
PurpleColor Codes
All color formats for development
HEX
#B18EFARGB
rgb(177, 142, 250)HSL
hsl(259, 92%, 77%)OKLCH
oklch(0.723 0.156 297.3)CMYK
cmyk(29%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9669F9
2#7C43F7
3#621DF6
4#4E09E2
5#4108BC
6#340697
7#270571
8#1A034B
9#0D0226
Tints
Lighter variations
1#B89AFB
2#C0A5FB
3#C8B0FC
4#D0BBFC
5#D8C7FD
6#E0D2FD
7#E7DDFE
8#EFE8FE
9#F7F4FF
Tones
Muted variations
1#B394F5
2#B599F0
3#B79FEA
4#B8A4E5
5#BAA9DF
6#BCAFDA
7#BEB4D5
8#C0BACF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BF #D3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18E #B18EFA | BordersInactive statesPlaceholder text |
| 400 | 8854 #8854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6623 #6623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A09 #4A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B07 #3B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A05 #2A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034E | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FE;
--plum-100: #E7DDFE;
--plum-200: #D3BFFC;
--plum-300: #B18EFA;
--plum-400: #8854F8;
--plum-500: #6623F6;
--plum-600: #4A09D7;
--plum-700: #3B07AB;
--plum-800: #2A057A;
--plum-900: #1B034E;
--plum-950: #110231;
}