Plum
#DC96F3
PinkColor Codes
All color formats for development
HEX
#DC96F3RGB
rgb(220, 150, 243)HSL
hsl(285, 79%, 77%)OKLCH
oklch(0.775 0.148 317.5)CMYK
cmyk(9%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D073EF
2#C450EA
3#B82DE6
4#A419D3
5#8915B0
6#6E108D
7#520C69
8#370846
9#1B0423
Tints
Lighter variations
1#DFA1F4
2#E3ABF5
3#E6B6F6
4#EAC0F8
5#EDCBF9
6#F1D5FA
7#F4E0FB
8#F8EAFD
9#FBF5FE
Tones
Muted variations
1#D99BEE
2#D79FE9
3#D5A4E5
4#D2A9E0
5#D0ADDC
6#CEB2D7
7#CBB6D2
8#C9BBCE
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 | DC96 #DC96F3 | BordersInactive statesPlaceholder text |
| 400 | C95F #C95FEC | Disabled statesSecondary iconsMuted text |
| 500 | BA32 #BA32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D18 #9D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D13 #7D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590D #590D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3909 #390949 | Primary textHigh emphasis contentDark headings |
| 950 | 2405 #24052E | 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: #DC96F3;
--plum-400: #C95FEC;
--plum-500: #BA32E7;
--plum-600: #9D18C9;
--plum-700: #7D13A0;
--plum-800: #590D72;
--plum-900: #390949;
--plum-950: #24052E;
}