Plum
#C691F8
PurpleColor Codes
All color formats for development
HEX
#C691F8RGB
rgb(198, 145, 248)HSL
hsl(271, 88%, 77%)OKLCH
oklch(0.747 0.153 306.8)CMYK
cmyk(20%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B36CF6
2#A047F3
3#8D22F1
4#790EDD
5#650CB9
6#510994
7#3D076F
8#28054A
9#140225
Tints
Lighter variations
1#CC9CF9
2#D1A7F9
3#D7B2FA
4#DDBDFB
5#E3C8FB
6#E8D3FC
7#EEDEFD
8#F4E9FE
9#F9F4FE
Tones
Muted variations
1#C696F3
2#C69BEE
3#C6A0E8
4#C5A5E3
5#C5ABDE
6#C5B0D9
7#C5B5D4
8#C5BACF
9#C5BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC1 #DFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C691 #C691F8 | BordersInactive statesPlaceholder text |
| 400 | A857 #A857F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9027 #9027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 730D #730DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0B #5C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4208 #420878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A05 #2A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F1FE;
--plum-100: #EEDDFD;
--plum-200: #DFC1FB;
--plum-300: #C691F8;
--plum-400: #A857F4;
--plum-500: #9027F1;
--plum-600: #730DD3;
--plum-700: #5C0BA8;
--plum-800: #420878;
--plum-900: #2A054D;
--plum-950: #1A0330;
}