Plum
#C48DFB
PurpleColor Codes
All color formats for development
HEX
#C48DFBRGB
rgb(196, 141, 251)HSL
hsl(270, 93%, 77%)OKLCH
oklch(0.74 0.162 305.9)CMYK
cmyk(22%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B168FA
2#9D42F8
3#891CF7
4#7608E3
5#6207BD
6#4F0598
7#3B0472
8#27034C
9#140126
Tints
Lighter variations
1#CA99FB
2#D0A4FC
3#D6B0FC
4#DCBBFD
5#E2C6FD
6#E8D2FD
7#EDDDFE
8#F3E8FE
9#F9F4FF
Tones
Muted variations
1#C493F5
2#C499F0
3#C49EEB
4#C4A4E5
5#C4A9E0
6#C4AFDA
7#C4B4D5
8#C4B9CF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBF #DEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C48E #C48EFB | BordersInactive statesPlaceholder text |
| 400 | A653 #A653F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8C22 #8C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7008 #7008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5906 #5906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4004 #40047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2903 #29034F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FE;
--plum-100: #EDDDFE;
--plum-200: #DEBFFD;
--plum-300: #C48EFB;
--plum-400: #A653F9;
--plum-500: #8C22F7;
--plum-600: #7008D9;
--plum-700: #5906AC;
--plum-800: #40047B;
--plum-900: #29034F;
--plum-950: #1A0231;
}