Plum
#DC94F4
PinkColor Codes
All color formats for development
HEX
#DC94F4RGB
rgb(220, 148, 244)HSL
hsl(285, 81%, 77%)OKLCH
oklch(0.772 0.152 317.4)CMYK
cmyk(10%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D071F0
2#C54EEC
3#B92AE9
4#A616D5
5#8A13B2
6#6E0F8E
7#530B6B
8#370747
9#1C0424
Tints
Lighter variations
1#E09FF5
2#E3AAF6
3#E7B5F7
4#EABFF8
5#EECAF9
6#F1D5FB
7#F5DFFC
8#F8EAFD
9#FCF4FE
Tones
Muted variations
1#DA9AEF
2#D79EEA
3#D5A3E6
4#D3A8E1
5#D0ADDC
6#CEB1D7
7#CBB6D3
8#C9BBCE
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC3 #EBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC95 #DC95F4 | BordersInactive statesPlaceholder text |
| 400 | CA5D #CA5DEE | Disabled statesSecondary iconsMuted text |
| 500 | BB2F #BB2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E15 #9E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D11 #7D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0C #5A0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3908 #39084A | Primary textHigh emphasis contentDark headings |
| 950 | 2405 #24052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF1FE;
--plum-100: #F4DFFC;
--plum-200: #EBC3F9;
--plum-300: #DC95F4;
--plum-400: #CA5DEE;
--plum-500: #BB2FE9;
--plum-600: #9E15CB;
--plum-700: #7D11A2;
--plum-800: #5A0C73;
--plum-900: #39084A;
--plum-950: #24052E;
}