Plum
#E298F0
PinkColor Codes
All color formats for development
HEX
#E298F0RGB
rgb(226, 152, 240)HSL
hsl(290, 75%, 77%)OKLCH
oklch(0.783 0.144 321)CMYK
cmyk(6%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D876EB
2#CE54E7
3#C431E2
4#B11DCE
5#9319AC
6#761489
7#580F67
8#3B0A45
9#1D0522
Tints
Lighter variations
1#E5A3F2
2#E8ADF3
3#EAB7F5
4#EDC1F6
5#F0CCF8
6#F3D6F9
7#F6E0FB
8#F9EAFC
9#FCF5FE
Tones
Muted variations
1#DF9DEC
2#DCA1E8
3#D9A6E3
4#D6AADF
5#D3AEDA
6#D0B3D6
7#CDB7D2
8#CABCCD
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC5 #EEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E298 #E298F0 | BordersInactive statesPlaceholder text |
| 400 | D263 #D263E9 | Disabled statesSecondary iconsMuted text |
| 500 | C636 #C636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | A81C #A81CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8616 #86169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6010 #601070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D0A #3D0A47 | 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: #FBF2FD;
--plum-100: #F6E0FB;
--plum-200: #EEC5F7;
--plum-300: #E298F0;
--plum-400: #D263E9;
--plum-500: #C636E2;
--plum-600: #A81CC4;
--plum-700: #86169C;
--plum-800: #601070;
--plum-900: #3D0A47;
--plum-950: #26062D;
}