Plum
#DB97F2
PinkColor Codes
All color formats for development
HEX
#DB97F2RGB
rgb(219, 151, 242)HSL
hsl(285, 78%, 77%)OKLCH
oklch(0.775 0.144 317.3)CMYK
cmyk(10%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF74EE
2#C351E9
3#B72EE5
4#A41AD2
5#8816AF
6#6D118C
7#520D69
8#370946
9#1B0423
Tints
Lighter variations
1#DFA1F3
2#E2ABF5
3#E6B6F6
4#EAC0F7
5#EDCBF9
6#F1D5FA
7#F4E0FB
8#F8EAFC
9#FBF5FE
Tones
Muted variations
1#D99BEE
2#D7A0E9
3#D4A4E4
4#D2A9E0
5#D0ADDB
6#CDB2D7
7#CBB7D2
8#C9BBCD
9#C7C0C9
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 | EBC4 #EBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB97 #DB97F2 | BordersInactive statesPlaceholder text |
| 400 | C960 #C960EB | Disabled statesSecondary iconsMuted text |
| 500 | B933 #B933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C19 #9C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C14 #7C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590E #590E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3909 #390949 | 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: #EBC4F8;
--plum-300: #DB97F2;
--plum-400: #C960EB;
--plum-500: #B933E6;
--plum-600: #9C19C8;
--plum-700: #7C149F;
--plum-800: #590E71;
--plum-900: #390949;
--plum-950: #23062D;
}