Plum
#E397F2
PinkColor Codes
All color formats for development
HEX
#E397F2RGB
rgb(227, 151, 242)HSL
hsl(290, 78%, 77%)OKLCH
oklch(0.783 0.149 320.8)CMYK
cmyk(6%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D974EE
2#D051E9
3#C72EE5
4#B31AD2
5#9516AF
6#77118C
7#5A0D69
8#3C0946
9#1E0423
Tints
Lighter variations
1#E6A1F3
2#E8ABF5
3#EBB6F6
4#EEC0F7
5#F1CBF9
6#F4D5FA
7#F7E0FB
8#F9EAFC
9#FCF5FE
Tones
Muted variations
1#E09BEE
2#DDA0E9
3#DAA4E4
4#D7A9E0
5#D4ADDB
6#D1B2D7
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 | EFC4 #EFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E397 #E397F2 | BordersInactive statesPlaceholder text |
| 400 | D460 #D460EB | Disabled statesSecondary iconsMuted text |
| 500 | C833 #C833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB19 #AB19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8814 #88149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610E #610E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E09 #3E0949 | 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: #FBF1FD;
--plum-100: #F6DFFB;
--plum-200: #EFC4F8;
--plum-300: #E397F2;
--plum-400: #D460EB;
--plum-500: #C833E6;
--plum-600: #AB19C8;
--plum-700: #88149F;
--plum-800: #610E71;
--plum-900: #3E0949;
--plum-950: #27062D;
}