Plum
#DF96F3
PinkColor Codes
All color formats for development
HEX
#DF96F3RGB
rgb(223, 150, 243)HSL
hsl(287, 79%, 77%)OKLCH
oklch(0.778 0.149 318.8)CMYK
cmyk(8%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D473EF
2#C950EA
3#BE2DE6
4#AB19D3
5#8E15B0
6#72108D
7#550C69
8#390846
9#1C0423
Tints
Lighter variations
1#E2A1F4
2#E5ABF5
3#E8B6F6
4#ECC0F8
5#EFCBF9
6#F2D5FA
7#F5E0FB
8#F9EAFD
9#FCF5FE
Tones
Muted variations
1#DC9BEE
2#D99FE9
3#D7A4E5
4#D4A9E0
5#D1ADDC
6#CFB2D7
7#CCB6D2
8#CABBCE
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF96 #DF96F3 | BordersInactive statesPlaceholder text |
| 400 | CE5F #CE5FEC | Disabled statesSecondary iconsMuted text |
| 500 | C032 #C032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A218 #A218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8113 #8113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0D #5C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2505 #25052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FBF1FD;
--plum-100: #F5DFFB;
--plum-200: #EDC4F8;
--plum-300: #DF96F3;
--plum-400: #CE5FEC;
--plum-500: #C032E7;
--plum-600: #A218C9;
--plum-700: #8113A0;
--plum-800: #5C0D72;
--plum-900: #3B0949;
--plum-950: #25052E;
}