Plum
#C396F3
PurpleColor Codes
All color formats for development
HEX
#C396F3RGB
rgb(195, 150, 243)HSL
hsl(269, 79%, 77%)OKLCH
oklch(0.75 0.138 305.6)CMYK
cmyk(20%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF73EF
2#9B50EA
3#862DE6
4#7319D3
5#6015B0
6#4C108D
7#390C69
8#260846
9#130423
Tints
Lighter variations
1#C9A1F4
2#CFABF5
3#D5B6F6
4#DBC0F8
5#E1CBF9
6#E7D5FA
7#EDE0FB
8#F3EAFD
9#F9F5FE
Tones
Muted variations
1#C39BEE
2#C39FE9
3#C3A4E5
4#C3A9E0
5#C4ADDC
6#C4B2D7
7#C4B6D2
8#C4BBCE
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC4 #DDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C396 #C396F3 | BordersInactive statesPlaceholder text |
| 400 | A35F #A35FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8932 #8932E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D18 #6D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5713 #5713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0D #3E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280949 | Primary textHigh emphasis contentDark headings |
| 950 | 1905 #19052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F1FD;
--plum-100: #EDDFFB;
--plum-200: #DDC4F8;
--plum-300: #C396F3;
--plum-400: #A35FEC;
--plum-500: #8932E7;
--plum-600: #6D18C9;
--plum-700: #5713A0;
--plum-800: #3E0D72;
--plum-900: #280949;
--plum-950: #19052E;
}