Plum
#E197F2
PinkColor Codes
All color formats for development
HEX
#E197F2RGB
rgb(225, 151, 242)HSL
hsl(289, 78%, 77%)OKLCH
oklch(0.781 0.148 320)CMYK
cmyk(7%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D774EE
2#CD51E9
3#C42EE5
4#B01AD2
5#9316AF
6#75118C
7#580D69
8#3B0946
9#1D0423
Tints
Lighter variations
1#E4A1F3
2#E7ABF5
3#EAB6F6
4#EDC0F7
5#F0CBF9
6#F3D5FA
7#F6E0FB
8#F9EAFC
9#FCF5FE
Tones
Muted variations
1#DE9BEE
2#DCA0E9
3#D9A4E4
4#D6A9E0
5#D3ADDB
6#D0B2D7
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 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E197 #E197F2 | BordersInactive statesPlaceholder text |
| 400 | D260 #D260EB | Disabled statesSecondary iconsMuted text |
| 500 | C533 #C533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A819 #A819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8514 #85149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0E #5F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | 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: #E197F2;
--plum-400: #D260EB;
--plum-500: #C533E6;
--plum-600: #A819C8;
--plum-700: #85149F;
--plum-800: #5F0E71;
--plum-900: #3D0949;
--plum-950: #26062D;
}