Plum
#C191F8
PurpleColor Codes
All color formats for development
HEX
#C191F8RGB
rgb(193, 145, 248)HSL
hsl(268, 88%, 77%)OKLCH
oklch(0.742 0.151 304.4)CMYK
cmyk(22%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC6CF6
2#9747F3
3#8322F1
4#6F0EDD
5#5C0CB9
6#4A0994
7#37076F
8#25054A
9#120225
Tints
Lighter variations
1#C79CF9
2#CDA7F9
3#D4B2FA
4#DABDFB
5#E0C8FB
6#E6D3FC
7#ECDEFD
8#F3E9FE
9#F9F4FE
Tones
Muted variations
1#C196F3
2#C29BEE
3#C2A0E8
4#C2A5E3
5#C3ABDE
6#C3B0D9
7#C3B5D4
8#C4BACF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC1 #DCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C191 #C191F8 | BordersInactive statesPlaceholder text |
| 400 | A157 #A157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8627 #8627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0D #6A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540B #540BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C08 #3C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2605 #26054D | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F1FE;
--plum-100: #ECDDFD;
--plum-200: #DCC1FB;
--plum-300: #C191F8;
--plum-400: #A157F4;
--plum-500: #8627F1;
--plum-600: #6A0DD3;
--plum-700: #540BA8;
--plum-800: #3C0878;
--plum-900: #26054D;
--plum-950: #180330;
}