Plum
#B08EFB
PurpleColor Codes
All color formats for development
HEX
#B08EFBRGB
rgb(176, 142, 251)HSL
hsl(259, 93%, 77%)OKLCH
oklch(0.723 0.157 296.7)CMYK
cmyk(30%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9668FA
2#7C42F8
3#611CF7
4#4E08E3
5#4107BD
6#340598
7#270472
8#1A034C
9#0D0126
Tints
Lighter variations
1#B899FB
2#C0A4FC
3#C8B0FC
4#D0BBFD
5#D8C6FD
6#E0D2FD
7#E7DDFE
8#EFE8FE
9#F7F4FF
Tones
Muted variations
1#B293F5
2#B499F0
3#B69EEB
4#B8A4E5
5#BAA9E0
6#BCAFDA
7#BEB4D5
8#C0B9CF
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 #D3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08E #B08EFB | BordersInactive statesPlaceholder text |
| 400 | 8753 #8753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6522 #6522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A08 #4A08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B06 #3B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A04 #2A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034F | 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: #D3BFFD;
--plum-300: #B08EFB;
--plum-400: #8753F9;
--plum-500: #6522F7;
--plum-600: #4A08D9;
--plum-700: #3B06AC;
--plum-800: #2A047B;
--plum-900: #1B034F;
--plum-950: #110231;
}