Plum
#E598F1
PinkColor Codes
All color formats for development
HEX
#E598F1RGB
rgb(229, 152, 241)HSL
hsl(292, 76%, 77%)OKLCH
oklch(0.786 0.147 322)CMYK
cmyk(5%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC75EC
2#D453E7
3#CB30E3
4#B71CCF
5#9918AD
6#7A138A
7#5C0E68
8#3D0945
9#1F0523
Tints
Lighter variations
1#E8A2F2
2#EAACF4
3#EDB7F5
4#EFC1F7
5#F2CBF8
6#F5D6F9
7#F7E0FB
8#FAEAFC
9#FCF5FE
Tones
Muted variations
1#E29CEC
2#DFA1E8
3#DBA5E4
4#D8AADF
5#D5AEDB
6#D1B3D6
7#CEB7D2
8#CBBBCD
9#C8C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7E0 #F7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C5 #F0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E598 #E598F1 | BordersInactive statesPlaceholder text |
| 400 | D762 #D762EA | Disabled statesSecondary iconsMuted text |
| 500 | CC35 #CC35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF1B #AF1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B15 #8B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630F #630F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 400A #400A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2806 #28062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FCF2FD;
--plum-100: #F7E0FB;
--plum-200: #F0C5F7;
--plum-300: #E598F1;
--plum-400: #D762EA;
--plum-500: #CC35E3;
--plum-600: #AF1BC5;
--plum-700: #8B159D;
--plum-800: #630F70;
--plum-900: #400A48;
--plum-950: #28062D;
}