Plum
#C097F2
PurpleColor Codes
All color formats for development
HEX
#C097F2RGB
rgb(192, 151, 242)HSL
hsl(267, 78%, 77%)OKLCH
oklch(0.748 0.134 304.1)CMYK
cmyk(21%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB74EE
2#9551E9
3#802EE5
4#6D1AD2
5#5B16AF
6#48118C
7#360D69
8#240946
9#120423
Tints
Lighter variations
1#C6A1F3
2#CCABF5
3#D3B6F6
4#D9C0F7
5#DFCBF9
6#E6D5FA
7#ECE0FB
8#F2EAFC
9#F9F5FE
Tones
Muted variations
1#C09BEE
2#C1A0E9
3#C1A4E4
4#C2A9E0
5#C2ADDB
6#C3B2D7
7#C3B7D2
8#C3BBCD
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC4 #DBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F60 #9F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8333 #8333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6719 #6719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5214 #52149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0E #3B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260949 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F1FD;
--plum-100: #ECDFFB;
--plum-200: #DBC4F8;
--plum-300: #C097F2;
--plum-400: #9F60EB;
--plum-500: #8333E6;
--plum-600: #6719C8;
--plum-700: #52149F;
--plum-800: #3B0E71;
--plum-900: #260949;
--plum-950: #18062D;
}