Plum
#B18FFA
PurpleColor Codes
All color formats for development
HEX
#B18FFARGB
rgb(177, 143, 250)HSL
hsl(259, 91%, 77%)OKLCH
oklch(0.725 0.154 297)CMYK
cmyk(29%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9769F8
2#7C44F6
3#621EF4
4#4F0BE1
5#4109BC
6#340796
7#270571
8#1A044B
9#0D0226
Tints
Lighter variations
1#B99AFA
2#C0A5FB
3#C8B1FB
4#D0BCFC
5#D8C7FC
6#E0D2FD
7#E8DDFD
8#EFE9FE
9#F7F4FE
Tones
Muted variations
1#B394F4
2#B59AEF
3#B79FEA
4#B9A4E4
5#BBAADF
6#BDAFDA
7#BEB4D4
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 #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18F #B18FFA | BordersInactive statesPlaceholder text |
| 400 | 8855 #8855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6624 #6624F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B0A #4B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B08 #3B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A06 #2A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044E | 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: #E7DDFD;
--plum-200: #D3C0FC;
--plum-300: #B18FFA;
--plum-400: #8855F7;
--plum-500: #6624F5;
--plum-600: #4B0AD6;
--plum-700: #3B08AA;
--plum-800: #2A067A;
--plum-900: #1B044E;
--plum-950: #110231;
}