Plum
#DE9AEF
PinkColor Codes
All color formats for development
HEX
#DE9AEFRGB
rgb(222, 154, 239)HSL
hsl(288, 73%, 77%)OKLCH
oklch(0.781 0.138 319.4)CMYK
cmyk(7%, 36%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D378EA
2#C856E5
3#BD34DF
4#A920CC
5#8D1BAA
6#711588
7#551066
8#380B44
9#1C0522
Tints
Lighter variations
1#E1A4F1
2#E5AEF2
3#E8B8F4
4#EBC2F5
5#EFCCF7
6#F2D6F9
7#F5E1FA
8#F8EBFC
9#FCF5FD
Tones
Muted variations
1#DB9EEB
2#D9A2E7
3#D6A6E2
4#D4ABDE
5#D1AFDA
6#CFB3D5
7#CCB8D1
8#C9BCCD
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 | ECC6 #ECC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE9A #DE9AEF | BordersInactive statesPlaceholder text |
| 400 | CD65 #CD65E7 | Disabled statesSecondary iconsMuted text |
| 500 | BF38 #BF38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A11E #A11EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8018 #80189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C11 #5C116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B0B #3B0B47 | 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: #ECC6F6;
--plum-300: #DE9AEF;
--plum-400: #CD65E7;
--plum-500: #BF38E0;
--plum-600: #A11EC2;
--plum-700: #80189A;
--plum-800: #5C116E;
--plum-900: #3B0B47;
--plum-950: #25072C;
}