Plum
#CA91F8
PurpleColor Codes
All color formats for development
HEX
#CA91F8RGB
rgb(202, 145, 248)HSL
hsl(273, 88%, 77%)OKLCH
oklch(0.751 0.154 308.6)CMYK
cmyk(19%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B86CF6
2#A647F3
3#9422F1
4#800EDD
5#6B0CB9
6#550994
7#40076F
8#2B054A
9#150225
Tints
Lighter variations
1#CF9CF9
2#D4A7F9
3#DAB2FA
4#DFBDFB
5#E4C8FB
6#EAD3FC
7#EFDEFD
8#F4E9FE
9#FAF4FE
Tones
Muted variations
1#C996F3
2#C89BEE
3#C8A0E8
4#C7A5E3
5#C7ABDE
6#C6B0D9
7#C6B5D4
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 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C1 #E1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CA91 #CA91F8 | BordersInactive statesPlaceholder text |
| 400 | AE57 #AE57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9627 #9627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0D #7A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 610B #610BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4508 #450878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C05 #2C054D | 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: #E1C1FB;
--plum-300: #CA91F8;
--plum-400: #AE57F4;
--plum-500: #9627F1;
--plum-600: #7A0DD3;
--plum-700: #610BA8;
--plum-800: #450878;
--plum-900: #2C054D;
--plum-950: #1C0330;
}