Plum
#C891F8
PurpleColor Codes
All color formats for development
HEX
#C891F8RGB
rgb(200, 145, 248)HSL
hsl(272, 88%, 77%)OKLCH
oklch(0.749 0.154 307.7)CMYK
cmyk(19%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B56CF6
2#A347F3
3#9022F1
4#7D0EDD
5#680CB9
6#530994
7#3E076F
8#2A054A
9#150225
Tints
Lighter variations
1#CD9CF9
2#D3A7F9
3#D8B2FA
4#DEBDFB
5#E3C8FB
6#E9D3FC
7#EEDEFD
8#F4E9FE
9#F9F4FE
Tones
Muted variations
1#C796F3
2#C79BEE
3#C7A0E8
4#C6A5E3
5#C6ABDE
6#C6B0D9
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 | E0C1 #E0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C891 #C891F8 | BordersInactive statesPlaceholder text |
| 400 | AB57 #AB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9327 #9327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770D #770DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0B #5E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4308 #430878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B05 #2B054D | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F1FE;
--plum-100: #EEDDFD;
--plum-200: #E0C1FB;
--plum-300: #C891F8;
--plum-400: #AB57F4;
--plum-500: #9327F1;
--plum-600: #770DD3;
--plum-700: #5E0BA8;
--plum-800: #430878;
--plum-900: #2B054D;
--plum-950: #1B0330;
}