Plum
#C395F3
PurpleColor Codes
All color formats for development
HEX
#C395F3RGB
rgb(195, 149, 243)HSL
hsl(269, 80%, 77%)OKLCH
oklch(0.748 0.139 305.8)CMYK
cmyk(20%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF72EF
2#9A4FEB
3#862BE7
4#7318D4
5#6014B1
6#4C108D
7#390C6A
8#260847
9#130423
Tints
Lighter variations
1#C9A0F4
2#CFABF6
3#D5B5F7
4#DBC0F8
5#E1CAF9
6#E7D5FA
7#EDDFFB
8#F3EAFD
9#F9F4FE
Tones
Muted variations
1#C39AEF
2#C39FEA
3#C3A4E5
4#C3A8E1
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 | DDC3 #DDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C395 #C395F3 | BordersInactive statesPlaceholder text |
| 400 | A35E #A35EED | Disabled statesSecondary iconsMuted text |
| 500 | 8930 #8930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D16 #6D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5712 #5712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0D #3E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2808 #280849 | 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: #DDC3F8;
--plum-300: #C395F3;
--plum-400: #A35EED;
--plum-500: #8930E8;
--plum-600: #6D16CA;
--plum-700: #5712A1;
--plum-800: #3E0D73;
--plum-900: #280849;
--plum-950: #19052E;
}