Plum
#C390F9
PurpleColor Codes
All color formats for development
HEX
#C390F9RGB
rgb(195, 144, 249)HSL
hsl(269, 90%, 77%)OKLCH
oklch(0.743 0.155 305.3)CMYK
cmyk(22%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE6AF7
2#9A45F5
3#8620F3
4#720CE0
5#5F0ABB
6#4C0895
7#390670
8#26044B
9#130225
Tints
Lighter variations
1#C99BFA
2#CFA6FA
3#D5B1FB
4#DBBCFB
5#E1C7FC
6#E7D2FD
7#EDDEFD
8#F3E9FE
9#F9F4FE
Tones
Muted variations
1#C395F4
2#C39AEF
3#C39FE9
4#C3A5E4
5#C3AADF
6#C4AFD9
7#C4B5D4
8#C4BACF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC0 #DDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C390 #C390F9 | BordersInactive statesPlaceholder text |
| 400 | A355 #A355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8925 #8925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0B #6D0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5709 #5709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E06 #3E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2804 #28044E | Primary textHigh emphasis contentDark headings |
| 950 | 1903 #190330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FE;
--plum-100: #EDDDFD;
--plum-200: #DDC0FC;
--plum-300: #C390F9;
--plum-400: #A355F6;
--plum-500: #8925F4;
--plum-600: #6D0BD5;
--plum-700: #5709AA;
--plum-800: #3E0679;
--plum-900: #28044E;
--plum-950: #190330;
}