Plum
#CF91F8
PurpleColor Codes
All color formats for development
HEX
#CF91F8RGB
rgb(207, 145, 248)HSL
hsl(276, 88%, 77%)OKLCH
oklch(0.756 0.156 310.8)CMYK
cmyk(17%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE6CF6
2#AE47F3
3#9E22F1
4#8B0EDD
5#730CB9
6#5C0994
7#45076F
8#2E054A
9#170225
Tints
Lighter variations
1#D49CF9
2#D8A7F9
3#DDB2FA
4#E2BDFB
5#E7C8FB
6#ECD3FC
7#F1DEFD
8#F5E9FE
9#FAF4FE
Tones
Muted variations
1#CE96F3
2#CD9BEE
3#CCA0E8
4#CBA5E3
5#CAABDE
6#C8B0D9
7#C7B5D4
8#C6BACF
9#C5BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C1 #E4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CF91 #CF91F8 | BordersInactive statesPlaceholder text |
| 400 | B557 #B557F4 | Disabled statesSecondary iconsMuted text |
| 500 | A027 #A027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840D #840DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 690B #690BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B08 #4B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3005 #30054D | Primary textHigh emphasis contentDark headings |
| 950 | 1E03 #1E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FE;
--plum-100: #F0DDFD;
--plum-200: #E4C1FB;
--plum-300: #CF91F8;
--plum-400: #B557F4;
--plum-500: #A027F1;
--plum-600: #840DD3;
--plum-700: #690BA8;
--plum-800: #4B0878;
--plum-900: #30054D;
--plum-950: #1E0330;
}