Plum
#E097F2
PinkColor Codes
All color formats for development
HEX
#E097F2RGB
rgb(224, 151, 242)HSL
hsl(288, 78%, 77%)OKLCH
oklch(0.78 0.147 319.5)CMYK
cmyk(7%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D574EE
2#CB51E9
3#C02EE5
4#AD1AD2
5#9016AF
6#73118C
7#560D69
8#3A0946
9#1D0423
Tints
Lighter variations
1#E3A1F3
2#E6ABF5
3#E9B6F6
4#ECC0F7
5#EFCBF9
6#F3D5FA
7#F6E0FB
8#F9EAFC
9#FCF5FE
Tones
Muted variations
1#DD9BEE
2#DAA0E9
3#D8A4E4
4#D5A9E0
5#D2ADDB
6#CFB2D7
7#CDB7D2
8#CABBCD
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 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E097 #E097F2 | BordersInactive statesPlaceholder text |
| 400 | D060 #D060EB | Disabled statesSecondary iconsMuted text |
| 500 | C233 #C233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A519 #A519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8314 #83149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0E #5E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FBF1FD;
--plum-100: #F6DFFB;
--plum-200: #EDC4F8;
--plum-300: #E097F2;
--plum-400: #D060EB;
--plum-500: #C233E6;
--plum-600: #A519C8;
--plum-700: #83149F;
--plum-800: #5E0E71;
--plum-900: #3C0949;
--plum-950: #25062D;
}