Plum
#B38FFA
PurpleColor Codes
All color formats for development
HEX
#B38FFARGB
rgb(179, 143, 250)HSL
hsl(260, 91%, 77%)OKLCH
oklch(0.727 0.154 298)CMYK
cmyk(28%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9969F8
2#7F44F6
3#661EF4
4#520BE1
5#4409BC
6#370796
7#290571
8#1B044B
9#0E0226
Tints
Lighter variations
1#BA9AFA
2#C2A5FB
3#C9B1FB
4#D1BCFC
5#D9C7FC
6#E0D2FD
7#E8DDFD
8#F0E9FE
9#F7F4FE
Tones
Muted variations
1#B494F4
2#B69AEF
3#B89FEA
4#BAA4E4
5#BBAADF
6#BDAFDA
7#BFB4D4
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 #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C0 #D4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B38F #B38FFA | BordersInactive statesPlaceholder text |
| 400 | 8B55 #8B55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6924 #6924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E0A #4E0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E08 #3E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C06 #2C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C04 #1C044E | 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: #E8DDFD;
--plum-200: #D4C0FC;
--plum-300: #B38FFA;
--plum-400: #8B55F7;
--plum-500: #6924F5;
--plum-600: #4E0AD6;
--plum-700: #3E08AA;
--plum-800: #2C067A;
--plum-900: #1C044E;
--plum-950: #120231;
}