Plum
#CB91F8
PurpleColor Codes
All color formats for development
HEX
#CB91F8RGB
rgb(203, 145, 248)HSL
hsl(274, 88%, 77%)OKLCH
oklch(0.752 0.155 309)CMYK
cmyk(18%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA6CF6
2#A947F3
3#9722F1
4#840EDD
5#6E0CB9
6#580994
7#42076F
8#2C054A
9#160225
Tints
Lighter variations
1#D09CF9
2#D6A7F9
3#DBB2FA
4#E0BDFB
5#E5C8FB
6#EAD3FC
7#EFDEFD
8#F5E9FE
9#FAF4FE
Tones
Muted variations
1#CB96F3
2#CA9BEE
3#C9A0E8
4#C8A5E3
5#C8ABDE
6#C7B0D9
7#C6B5D4
8#C6BACF
9#C5BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C1 #E2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CB91 #CB91F8 | BordersInactive statesPlaceholder text |
| 400 | B057 #B057F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9A27 #9A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D0D #7D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 640B #640BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4708 #470878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E05 #2E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F1FE;
--plum-100: #EFDDFD;
--plum-200: #E2C1FB;
--plum-300: #CB91F8;
--plum-400: #B057F4;
--plum-500: #9A27F1;
--plum-600: #7D0DD3;
--plum-700: #640BA8;
--plum-800: #470878;
--plum-900: #2E054D;
--plum-950: #1C0330;
}