Plum
#C18EFB
PurpleColor Codes
All color formats for development
HEX
#C18EFBRGB
rgb(193, 142, 251)HSL
hsl(268, 93%, 77%)OKLCH
oklch(0.738 0.16 304.3)CMYK
cmyk(23%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC68FA
2#9742F8
3#821CF7
4#6F08E3
5#5C07BD
6#4A0598
7#370472
8#25034C
9#120126
Tints
Lighter variations
1#C799FB
2#CDA4FC
3#D3B0FC
4#DABBFD
5#E0C6FD
6#E6D2FD
7#ECDDFE
8#F3E8FE
9#F9F4FF
Tones
Muted variations
1#C193F5
2#C199F0
3#C29EEB
4#C2A4E5
5#C3A9E0
6#C3AFDA
7#C3B4D5
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 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBF #DCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C18E #C18EFB | BordersInactive statesPlaceholder text |
| 400 | A053 #A053F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8522 #8522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6908 #6908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5406 #5406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C04 #3C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2603 #26034F | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FE;
--plum-100: #ECDDFE;
--plum-200: #DCBFFD;
--plum-300: #C18EFB;
--plum-400: #A053F9;
--plum-500: #8522F7;
--plum-600: #6908D9;
--plum-700: #5406AC;
--plum-800: #3C047B;
--plum-900: #26034F;
--plum-950: #180231;
}