Plum
#C18FFA
PurpleColor Codes
All color formats for development
HEX
#C18FFARGB
rgb(193, 143, 250)HSL
hsl(268, 91%, 77%)OKLCH
oklch(0.74 0.157 304.4)CMYK
cmyk(23%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC69F8
2#9744F6
3#821EF4
4#6F0BE1
5#5C09BC
6#4A0796
7#370571
8#25044B
9#120226
Tints
Lighter variations
1#C79AFA
2#CDA5FB
3#D3B1FB
4#DABCFC
5#E0C7FC
6#E6D2FD
7#ECDDFD
8#F3E9FE
9#F9F4FE
Tones
Muted variations
1#C194F4
2#C29AEF
3#C29FEA
4#C2A4E4
5#C3AADF
6#C3AFDA
7#C3B4D4
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 #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC0 #DCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C18F #C18FFA | BordersInactive statesPlaceholder text |
| 400 | A055 #A055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8524 #8524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 690A #690AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5408 #5408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C06 #3C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044E | 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: #ECDDFD;
--plum-200: #DCC0FC;
--plum-300: #C18FFA;
--plum-400: #A055F7;
--plum-500: #8524F5;
--plum-600: #690AD6;
--plum-700: #5408AA;
--plum-800: #3C067A;
--plum-900: #26044E;
--plum-950: #180231;
}