Plum
#DE95F4
PinkColor Codes
All color formats for development
HEX
#DE95F4RGB
rgb(222, 149, 244)HSL
hsl(286, 81%, 77%)OKLCH
oklch(0.775 0.151 318.1)CMYK
cmyk(9%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D371F0
2#C74EEC
3#BC2AE9
4#A916D5
5#8D13B2
6#700F8E
7#540B6B
8#380747
9#1C0424
Tints
Lighter variations
1#E19FF5
2#E4AAF6
3#E8B5F7
4#EBBFF8
5#EECAF9
6#F2D5FB
7#F5DFFC
8#F8EAFD
9#FCF4FE
Tones
Muted variations
1#DB9AEF
2#D99EEA
3#D6A3E6
4#D4A8E1
5#D1ADDC
6#CEB1D7
7#CCB6D3
8#C9BBCE
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC3 #ECC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE95 #DE95F4 | BordersInactive statesPlaceholder text |
| 400 | CC5D #CC5DEE | Disabled statesSecondary iconsMuted text |
| 500 | BE2F #BE2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A115 #A115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8011 #8011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0C #5B0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A08 #3A084A | 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: #FBF1FE;
--plum-100: #F5DFFC;
--plum-200: #ECC3F9;
--plum-300: #DE95F4;
--plum-400: #CC5DEE;
--plum-500: #BE2FE9;
--plum-600: #A115CB;
--plum-700: #8011A2;
--plum-800: #5B0C73;
--plum-900: #3A084A;
--plum-950: #25052E;
}