Plum
#C096F3
PurpleColor Codes
All color formats for development
HEX
#C096F3RGB
rgb(192, 150, 243)HSL
hsl(267, 79%, 77%)OKLCH
oklch(0.747 0.137 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#AB73EF
2#9550EA
3#802DE6
4#6D19D3
5#5A15B0
6#48108D
7#360C69
8#240846
9#120423
Tints
Lighter variations
1#C6A1F4
2#CCABF5
3#D3B6F6
4#D9C0F8
5#DFCBF9
6#E6D5FA
7#ECE0FB
8#F2EAFD
9#F9F5FE
Tones
Muted variations
1#C09BEE
2#C19FE9
3#C1A4E5
4#C2A9E0
5#C2ADDC
6#C2B2D7
7#C3B6D2
8#C3BBCE
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 | C096 #C096F3 | BordersInactive statesPlaceholder text |
| 400 | 9F5F #9F5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8332 #8332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6718 #6718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5213 #5213A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0D #3B0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260949 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | 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: #C096F3;
--plum-400: #9F5FEC;
--plum-500: #8332E7;
--plum-600: #6718C9;
--plum-700: #5213A0;
--plum-800: #3B0D72;
--plum-900: #260949;
--plum-950: #17052E;
}