Plum
#B98BFD
PurpleColor Codes
All color formats for development
HEX
#B98BFDRGB
rgb(185, 139, 253)HSL
hsl(264, 97%, 77%)OKLCH
oklch(0.727 0.165 301)CMYK
cmyk(27%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A265FD
2#8A3EFC
3#7317FB
4#5F04E8
5#4F03C1
6#3F029B
7#2F0274
8#20014D
9#100127
Tints
Lighter variations
1#C097FD
2#C7A3FE
3#CEAEFE
4#D5BAFE
5#DCC5FE
6#E3D1FE
7#EADCFE
8#F1E8FF
9#F8F3FF
Tones
Muted variations
1#BA91F8
2#BB97F2
3#BC9DEC
4#BEA2E6
5#BFA8E1
6#C0AEDB
7#C1B3D5
8#C2B9D0
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BE #D7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98B #B98BFD | BordersInactive statesPlaceholder text |
| 400 | 944F #944FFC | Disabled statesSecondary iconsMuted text |
| 500 | 761D #761DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A03 #5A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4803 #4803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3302 #33027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2101 #210150 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FF;
--plum-100: #EADCFE;
--plum-200: #D7BEFE;
--plum-300: #B98BFD;
--plum-400: #944FFC;
--plum-500: #761DFC;
--plum-600: #5A03DD;
--plum-700: #4803B0;
--plum-800: #33027E;
--plum-900: #210150;
--plum-950: #150132;
}