Plum
#E096F3
PinkColor Codes
All color formats for development
HEX
#E096F3RGB
rgb(224, 150, 243)HSL
hsl(288, 79%, 77%)OKLCH
oklch(0.779 0.15 319.3)CMYK
cmyk(8%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D673EF
2#CB50EA
3#C12DE6
4#AE19D3
5#9115B0
6#74108D
7#570C69
8#3A0846
9#1D0423
Tints
Lighter variations
1#E3A1F4
2#E6ABF5
3#E9B6F6
4#ECC0F8
5#F0CBF9
6#F3D5FA
7#F6E0FB
8#F9EAFD
9#FCF5FE
Tones
Muted variations
1#DD9BEE
2#DB9FE9
3#D8A4E5
4#D5A9E0
5#D2ADDC
6#CFB2D7
7#CDB6D2
8#CABBCE
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E096 #E096F3 | BordersInactive statesPlaceholder text |
| 400 | D05F #D05FEC | Disabled statesSecondary iconsMuted text |
| 500 | C332 #C332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A518 #A518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8413 #8413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0D #5E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FBF1FD;
--plum-100: #F6DFFB;
--plum-200: #EEC4F8;
--plum-300: #E096F3;
--plum-400: #D05FEC;
--plum-500: #C332E7;
--plum-600: #A518C9;
--plum-700: #8413A0;
--plum-800: #5E0D72;
--plum-900: #3C0949;
--plum-950: #26052E;
}