Plum
#DF9AEF
PinkColor Codes
All color formats for development
HEX
#DF9AEFRGB
rgb(223, 154, 239)HSL
hsl(289, 73%, 77%)OKLCH
oklch(0.782 0.138 319.9)CMYK
cmyk(7%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D578EA
2#CA56E5
3#C034DF
4#AC20CC
5#901BAA
6#731588
7#561066
8#390B44
9#1D0522
Tints
Lighter variations
1#E3A4F1
2#E6AEF2
3#E9B8F4
4#ECC2F5
5#EFCCF7
6#F2D6F9
7#F6E1FA
8#F9EBFC
9#FCF5FD
Tones
Muted variations
1#DD9EEB
2#DAA2E7
3#D7A6E2
4#D5ABDE
5#D2AFDA
6#CFB3D5
7#CCB8D1
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 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC6 #EDC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF9A #DF9AEF | BordersInactive statesPlaceholder text |
| 400 | CF65 #CF65E7 | Disabled statesSecondary iconsMuted text |
| 500 | C138 #C138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A41E #A41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8318 #83189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D11 #5D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0B #3C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FBF2FD;
--plum-100: #F5E0FA;
--plum-200: #EDC6F6;
--plum-300: #DF9AEF;
--plum-400: #CF65E7;
--plum-500: #C138E0;
--plum-600: #A41EC2;
--plum-700: #83189A;
--plum-800: #5D116E;
--plum-900: #3C0B47;
--plum-950: #25072C;
}