Plum
#C391F8
PurpleColor Codes
All color formats for development
HEX
#C391F8RGB
rgb(195, 145, 248)HSL
hsl(269, 88%, 77%)OKLCH
oklch(0.744 0.152 305.4)CMYK
cmyk(21%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE6CF6
2#9A47F3
3#8622F1
4#720EDD
5#5F0CB9
6#4C0994
7#39076F
8#26054A
9#130225
Tints
Lighter variations
1#C99CF9
2#CFA7F9
3#D5B2FA
4#DBBDFB
5#E1C8FB
6#E7D3FC
7#EDDEFD
8#F3E9FE
9#F9F4FE
Tones
Muted variations
1#C396F3
2#C39BEE
3#C3A0E8
4#C3A5E3
5#C3ABDE
6#C4B0D9
7#C4B5D4
8#C4BACF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC1 #DDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C391 #C391F8 | BordersInactive statesPlaceholder text |
| 400 | A357 #A357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8927 #8927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0D #6D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570B #570BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E08 #3E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2805 #28054D | 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: #F7F1FE;
--plum-100: #EDDDFD;
--plum-200: #DDC1FB;
--plum-300: #C391F8;
--plum-400: #A357F4;
--plum-500: #8927F1;
--plum-600: #6D0DD3;
--plum-700: #570BA8;
--plum-800: #3E0878;
--plum-900: #28054D;
--plum-950: #190330;
}