Plum
#B890F9
PurpleColor Codes
All color formats for development
HEX
#B890F9RGB
rgb(184, 144, 249)HSL
hsl(263, 90%, 77%)OKLCH
oklch(0.732 0.152 300.2)CMYK
cmyk(26%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A06AF7
2#8945F5
3#7120F3
4#5D0CE0
5#4E0ABB
6#3E0895
7#2F0670
8#1F044B
9#100225
Tints
Lighter variations
1#BF9BFA
2#C6A6FA
3#CDB1FB
4#D4BCFB
5#DCC7FC
6#E3D2FD
7#EADEFD
8#F1E9FE
9#F8F4FE
Tones
Muted variations
1#B995F4
2#BA9AEF
3#BC9FE9
4#BDA5E4
5#BEAADF
6#BFAFD9
7#C1B5D4
8#C2BACF
9#C3BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7425 #7425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590B #590BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4709 #4709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #320679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F0FE;
--plum-100: #E9DDFD;
--plum-200: #D7C0FC;
--plum-300: #B890F9;
--plum-400: #9355F6;
--plum-500: #7425F4;
--plum-600: #590BD5;
--plum-700: #4709AA;
--plum-800: #320679;
--plum-900: #20044E;
--plum-950: #140330;
}