Plum
#B190F9
PurpleColor Codes
All color formats for development
HEX
#B190F9RGB
rgb(177, 144, 249)HSL
hsl(259, 90%, 77%)OKLCH
oklch(0.726 0.151 297)CMYK
cmyk(29%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#976AF7
2#7D45F5
3#6320F3
4#4F0CE0
5#420ABB
6#350895
7#270670
8#1A044B
9#0D0225
Tints
Lighter variations
1#B99BFA
2#C1A6FA
3#C8B1FB
4#D0BCFB
5#D8C7FC
6#E0D2FD
7#E8DEFD
8#EFE9FE
9#F7F4FE
Tones
Muted variations
1#B395F4
2#B59AEF
3#B79FE9
4#B9A5E4
5#BBAADF
6#BDAFD9
7#BFB5D4
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 | B190 #B190F9 | BordersInactive statesPlaceholder text |
| 400 | 8855 #8855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 6625 #6625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B0B #4B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C09 #3C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B06 #2B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | 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: #B190F9;
--plum-400: #8855F6;
--plum-500: #6625F4;
--plum-600: #4B0BD5;
--plum-700: #3C09AA;
--plum-800: #2B0679;
--plum-900: #1B044E;
--plum-950: #110330;
}