Plum
#C695F3
PurpleColor Codes
All color formats for development
HEX
#C695F3RGB
rgb(198, 149, 243)HSL
hsl(271, 80%, 77%)OKLCH
oklch(0.751 0.14 307.3)CMYK
cmyk(19%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B372EF
2#A04FEB
3#8D2BE7
4#7918D4
5#6514B1
6#51108D
7#3C0C6A
8#280847
9#140423
Tints
Lighter variations
1#CCA0F4
2#D1ABF6
3#D7B5F7
4#DDC0F8
5#E2CAF9
6#E8D5FA
7#EEDFFB
8#F4EAFD
9#F9F4FE
Tones
Muted variations
1#C69AEF
2#C69FEA
3#C5A4E5
4#C5A8E1
5#C5ADDC
6#C5B2D7
7#C5B6D2
8#C5BBCE
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC3 #DFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C695 #C695F3 | BordersInactive statesPlaceholder text |
| 400 | A85E #A85EED | Disabled statesSecondary iconsMuted text |
| 500 | 8F30 #8F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7316 #7316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C12 #5C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410D #410D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A08 #2A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F1FD;
--plum-100: #EEDFFB;
--plum-200: #DFC3F8;
--plum-300: #C695F3;
--plum-400: #A85EED;
--plum-500: #8F30E8;
--plum-600: #7316CA;
--plum-700: #5C12A1;
--plum-800: #410D73;
--plum-900: #2A0849;
--plum-950: #1A052E;
}