Plum
#B68EFA
PurpleColor Codes
All color formats for development
HEX
#B68EFARGB
rgb(182, 142, 250)HSL
hsl(262, 92%, 77%)OKLCH
oklch(0.728 0.156 299.6)CMYK
cmyk(27%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E69F9
2#8543F7
3#6D1DF6
4#5909E2
5#4A08BC
6#3B0697
7#2C0571
8#1E034B
9#0F0226
Tints
Lighter variations
1#BD9AFB
2#C5A5FB
3#CCB0FC
4#D3BBFC
5#DAC7FD
6#E2D2FD
7#E9DDFE
8#F0E8FE
9#F8F4FF
Tones
Muted variations
1#B794F5
2#B999F0
3#BA9FEA
4#BCA4E5
5#BDA9DF
6#BFAFDA
7#C0B4D5
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 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B68E #B68EFA | BordersInactive statesPlaceholder text |
| 400 | 9054 #9054F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7023 #7023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5509 #5509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4307 #4307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3005 #30057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F03 #1F034E | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FE;
--plum-100: #E9DDFE;
--plum-200: #D6BFFC;
--plum-300: #B68EFA;
--plum-400: #9054F8;
--plum-500: #7023F6;
--plum-600: #5509D7;
--plum-700: #4307AB;
--plum-800: #30057A;
--plum-900: #1F034E;
--plum-950: #130231;
}