Plum
#E89AEF
PinkColor Codes
All color formats for development
HEX
#E89AEFRGB
rgb(232, 154, 239)HSL
hsl(295, 73%, 77%)OKLCH
oklch(0.792 0.143 323.9)CMYK
cmyk(3%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E078EA
2#D956E5
3#D134DF
4#BD20CC
5#9E1BAA
6#7E1588
7#5F1066
8#3F0B44
9#200522
Tints
Lighter variations
1#EAA4F1
2#EDAEF2
3#EFB8F4
4#F1C2F5
5#F4CCF7
6#F6D6F9
7#F8E1FA
8#FAEBFC
9#FDF5FD
Tones
Muted variations
1#E49EEB
2#E1A2E7
3#DDA6E2
4#DAABDE
5#D6AFDA
6#D3B3D5
7#CFB8D1
8#CBBCCD
9#C8C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C6 #F2C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | E89A #E89AEF | BordersInactive statesPlaceholder text |
| 400 | DC65 #DC65E7 | Disabled statesSecondary iconsMuted text |
| 500 | D238 #D238E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | B41E #B41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9018 #90189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6711 #67116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 420B #420B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2907 #29072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FCF2FD;
--plum-100: #F8E0FA;
--plum-200: #F2C6F6;
--plum-300: #E89AEF;
--plum-400: #DC65E7;
--plum-500: #D238E0;
--plum-600: #B41EC2;
--plum-700: #90189A;
--plum-800: #67116E;
--plum-900: #420B47;
--plum-950: #29072C;
}