Plum
#E498F1
PinkColor Codes
All color formats for development
HEX
#E498F1RGB
rgb(228, 152, 241)HSL
hsl(291, 76%, 77%)OKLCH
oklch(0.785 0.146 321.6)CMYK
cmyk(5%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA75EC
2#D153E7
3#C830E3
4#B41CCF
5#9618AD
6#78138A
7#5A0E68
8#3C0945
9#1E0523
Tints
Lighter variations
1#E6A2F2
2#E9ACF4
3#ECB7F5
4#EFC1F7
5#F1CBF8
6#F4D6F9
7#F7E0FB
8#FAEAFC
9#FCF5FE
Tones
Muted variations
1#E09CEC
2#DDA1E8
3#DAA5E4
4#D7AADF
5#D4AEDB
6#D1B3D6
7#CEB7D2
8#CBBBCD
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7E0 #F7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC5 #EFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E498 #E498F1 | BordersInactive statesPlaceholder text |
| 400 | D562 #D562EA | Disabled statesSecondary iconsMuted text |
| 500 | C935 #C935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC1B #AC1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8915 #89159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620F #620F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F0A #3F0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2706 #27062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FBF2FD;
--plum-100: #F7E0FB;
--plum-200: #EFC5F7;
--plum-300: #E498F1;
--plum-400: #D562EA;
--plum-500: #C935E3;
--plum-600: #AC1BC5;
--plum-700: #89159D;
--plum-800: #620F70;
--plum-900: #3F0A48;
--plum-950: #27062D;
}