Plum
#C38EFB
PurpleColor Codes
All color formats for development
HEX
#C38EFBRGB
rgb(195, 142, 251)HSL
hsl(269, 93%, 77%)OKLCH
oklch(0.74 0.16 305.2)CMYK
cmyk(22%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE68FA
2#9A42F8
3#861CF7
4#7208E3
5#5F07BD
6#4C0598
7#390472
8#26034C
9#130126
Tints
Lighter variations
1#C999FB
2#CFA4FC
3#D5B0FC
4#DBBBFD
5#E1C6FD
6#E7D2FD
7#EDDDFE
8#F3E8FE
9#F9F4FF
Tones
Muted variations
1#C393F5
2#C399F0
3#C39EEB
4#C3A4E5
5#C3A9E0
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 | DDBF #DDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFB | BordersInactive statesPlaceholder text |
| 400 | A353 #A353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8922 #8922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D08 #6D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5606 #5606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E04 #3E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034F | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FE;
--plum-100: #EDDDFE;
--plum-200: #DDBFFD;
--plum-300: #C38EFB;
--plum-400: #A353F9;
--plum-500: #8922F7;
--plum-600: #6D08D9;
--plum-700: #5606AC;
--plum-800: #3E047B;
--plum-900: #28034F;
--plum-950: #190231;
}