Plum
#E298F1
PinkColor Codes
All color formats for development
HEX
#E298F1RGB
rgb(226, 152, 241)HSL
hsl(290, 76%, 77%)OKLCH
oklch(0.783 0.145 320.7)CMYK
cmyk(6%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D875EC
2#CF53E7
3#C530E3
4#B21CCF
5#9418AD
6#76138A
7#590E68
8#3B0945
9#1E0523
Tints
Lighter variations
1#E5A2F2
2#E8ACF4
3#EBB7F5
4#EEC1F7
5#F1CBF8
6#F3D6F9
7#F6E0FB
8#F9EAFC
9#FCF5FE
Tones
Muted variations
1#DF9CEC
2#DCA1E8
3#D9A5E4
4#D6AADF
5#D3AEDB
6#D0B3D6
7#CDB7D2
8#CABBCD
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC5 #EFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E298 #E298F1 | BordersInactive statesPlaceholder text |
| 400 | D362 #D362EA | Disabled statesSecondary iconsMuted text |
| 500 | C635 #C635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A91B #A91BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8615 #86159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600F #600F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D0A #3D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FBF2FD;
--plum-100: #F6E0FB;
--plum-200: #EFC5F7;
--plum-300: #E298F1;
--plum-400: #D362EA;
--plum-500: #C635E3;
--plum-600: #A91BC5;
--plum-700: #86159D;
--plum-800: #600F70;
--plum-900: #3D0A48;
--plum-950: #26062D;
}