Plum
#C18EFA
PurpleColor Codes
All color formats for development
HEX
#C18EFARGB
rgb(193, 142, 250)HSL
hsl(268, 92%, 77%)OKLCH
oklch(0.738 0.159 304.6)CMYK
cmyk(23%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC69F9
2#9743F7
3#821DF6
4#6F09E2
5#5C08BC
6#4A0697
7#370571
8#25034B
9#120226
Tints
Lighter variations
1#C79AFB
2#CDA5FB
3#D3B0FC
4#DABBFC
5#E0C7FD
6#E6D2FD
7#ECDDFE
8#F3E8FE
9#F9F4FF
Tones
Muted variations
1#C194F5
2#C199F0
3#C29FEA
4#C2A4E5
5#C3A9DF
6#C3AFDA
7#C3B4D5
8#C4BACF
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 #DCBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C18E #C18EFA | BordersInactive statesPlaceholder text |
| 400 | A054 #A054F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8523 #8523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6909 #6909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5407 #5407AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C05 #3C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2603 #26034E | 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: #DCBFFC;
--plum-300: #C18EFA;
--plum-400: #A054F8;
--plum-500: #8523F6;
--plum-600: #6909D7;
--plum-700: #5407AB;
--plum-800: #3C057A;
--plum-900: #26034E;
--plum-950: #180231;
}