Plum
#C491F8
PurpleColor Codes
All color formats for development
HEX
#C491F8RGB
rgb(196, 145, 248)HSL
hsl(270, 88%, 77%)OKLCH
oklch(0.745 0.152 305.8)CMYK
cmyk(21%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B16CF6
2#9D47F3
3#8922F1
4#760EDD
5#620CB9
6#4F0994
7#3B076F
8#27054A
9#140225
Tints
Lighter variations
1#CA9CF9
2#D0A7F9
3#D6B2FA
4#DCBDFB
5#E2C8FB
6#E8D3FC
7#EDDEFD
8#F3E9FE
9#F9F4FE
Tones
Muted variations
1#C496F3
2#C49BEE
3#C4A0E8
4#C4A5E3
5#C4ABDE
6#C4B0D9
7#C4B5D4
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 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC1 #DEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C491 #C491F8 | BordersInactive statesPlaceholder text |
| 400 | A657 #A657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8C27 #8C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700D #700DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590B #590BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4008 #400878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2905 #29054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F1FE;
--plum-100: #EDDDFD;
--plum-200: #DEC1FB;
--plum-300: #C491F8;
--plum-400: #A657F4;
--plum-500: #8C27F1;
--plum-600: #700DD3;
--plum-700: #590BA8;
--plum-800: #400878;
--plum-900: #29054D;
--plum-950: #1A0330;
}