Plum
#D997F2
PurpleColor Codes
All color formats for development
HEX
#D997F2RGB
rgb(217, 151, 242)HSL
hsl(284, 78%, 77%)OKLCH
oklch(0.773 0.143 316.4)CMYK
cmyk(10%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD74EE
2#C151E9
3#B42EE5
4#A11AD2
5#8616AF
6#6B118C
7#500D69
8#360946
9#1B0423
Tints
Lighter variations
1#DDA1F3
2#E1ABF5
3#E5B6F6
4#E9C0F7
5#ECCBF9
6#F0D5FA
7#F4E0FB
8#F8EAFC
9#FBF5FE
Tones
Muted variations
1#D89BEE
2#D5A0E9
3#D3A4E4
4#D1A9E0
5#CFADDB
6#CDB2D7
7#CBB7D2
8#C9BBCD
9#C6C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC4 #EAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA97 #DA97F2 | BordersInactive statesPlaceholder text |
| 400 | C660 #C660EB | Disabled statesSecondary iconsMuted text |
| 500 | B633 #B633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9919 #9919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A14 #7A149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570E #570E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3809 #380949 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF1FD;
--plum-100: #F4DFFB;
--plum-200: #EAC4F8;
--plum-300: #DA97F2;
--plum-400: #C660EB;
--plum-500: #B633E6;
--plum-600: #9919C8;
--plum-700: #7A149F;
--plum-800: #570E71;
--plum-900: #380949;
--plum-950: #23062D;
}