Plum
#DF95F3
PinkColor Codes
All color formats for development
HEX
#DF95F3RGB
rgb(223, 149, 243)HSL
hsl(287, 80%, 77%)OKLCH
oklch(0.776 0.151 318.9)CMYK
cmyk(8%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D472EF
2#C94FEB
3#BF2BE7
4#AB18D4
5#8F14B1
6#72108D
7#560C6A
8#390847
9#1D0423
Tints
Lighter variations
1#E2A0F4
2#E5ABF6
3#E9B5F7
4#ECC0F8
5#EFCAF9
6#F2D5FA
7#F5DFFB
8#F9EAFD
9#FCF4FE
Tones
Muted variations
1#DC9AEF
2#DA9FEA
3#D7A4E5
4#D4A8E1
5#D2ADDC
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 | EDC3 #EDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF95 #DF95F3 | BordersInactive statesPlaceholder text |
| 400 | CE5E #CE5EED | Disabled statesSecondary iconsMuted text |
| 500 | C030 #C030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A316 #A316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8212 #8212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0D #5D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B08 #3B0849 | 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: #EDC3F8;
--plum-300: #DF95F3;
--plum-400: #CE5EED;
--plum-500: #C030E8;
--plum-600: #A316CA;
--plum-700: #8212A1;
--plum-800: #5D0D73;
--plum-900: #3B0849;
--plum-950: #25052E;
}