Plum
#E198F1
PinkColor Codes
All color formats for development
HEX
#E198F1RGB
rgb(225, 152, 241)HSL
hsl(289, 76%, 77%)OKLCH
oklch(0.782 0.145 320.2)CMYK
cmyk(7%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D675EC
2#CC53E7
3#C230E3
4#AF1CCF
5#9118AD
6#74138A
7#570E68
8#3A0945
9#1D0523
Tints
Lighter variations
1#E4A2F2
2#E7ACF4
3#EAB7F5
4#EDC1F7
5#F0CBF8
6#F3D6F9
7#F6E0FB
8#F9EAFC
9#FCF5FE
Tones
Muted variations
1#DE9CEC
2#DBA1E8
3#D8A5E4
4#D5AADF
5#D2AEDB
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 | EEC5 #EEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E198 #E198F1 | BordersInactive statesPlaceholder text |
| 400 | D162 #D162EA | Disabled statesSecondary iconsMuted text |
| 500 | C335 #C335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A61B #A61BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8415 #84159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0F #5E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0A #3C0A48 | 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: #EEC5F7;
--plum-300: #E198F1;
--plum-400: #D162EA;
--plum-500: #C335E3;
--plum-600: #A61BC5;
--plum-700: #84159D;
--plum-800: #5E0F70;
--plum-900: #3C0A48;
--plum-950: #26062D;
}