Plum
#B894F4
PurpleColor Codes
All color formats for development
HEX
#B894F4RGB
rgb(184, 148, 244)HSL
hsl(263, 81%, 77%)OKLCH
oklch(0.737 0.14 300.3)CMYK
cmyk(25%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A271F0
2#8B4EEC
3#732AE9
4#6016D5
5#5013B2
6#400F8E
7#300B6B
8#200747
9#100424
Tints
Lighter variations
1#C09FF5
2#C7AAF6
3#CEB5F7
4#D5BFF8
5#DCCAF9
6#E3D5FB
7#EADFFC
8#F1EAFD
9#F8F4FE
Tones
Muted variations
1#BA9AEF
2#BB9EEA
3#BDA3E6
4#BEA8E1
5#BFADDC
6#C0B1D7
7#C1B6D3
8#C2BBCE
9#C3C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B995 #B995F4 | BordersInactive statesPlaceholder text |
| 400 | 955D #955DEE | Disabled statesSecondary iconsMuted text |
| 500 | 772F #772FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B15 #5B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4811 #4811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340C #340C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2108 #21084A | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F6F1FE;
--plum-100: #EADFFC;
--plum-200: #D8C3F9;
--plum-300: #B995F4;
--plum-400: #955DEE;
--plum-500: #772FE9;
--plum-600: #5B15CB;
--plum-700: #4811A2;
--plum-800: #340C73;
--plum-900: #21084A;
--plum-950: #15052E;
}