Plum
#D197F2
PurpleColor Codes
All color formats for development
HEX
#D197F2RGB
rgb(209, 151, 242)HSL
hsl(278, 78%, 77%)OKLCH
oklch(0.765 0.14 312.6)CMYK
cmyk(14%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C174EE
2#B151E9
3#A22EE5
4#8E1AD2
5#7716AF
6#5F118C
7#470D69
8#2F0946
9#180423
Tints
Lighter variations
1#D5A1F3
2#DAABF5
3#DEB6F6
4#E3C0F7
5#E8CBF9
6#ECD5FA
7#F1E0FB
8#F6EAFC
9#FAF5FE
Tones
Muted variations
1#CF9BEE
2#CEA0E9
3#CDA4E4
4#CCA9E0
5#CAADDB
6#C9B2D7
7#C8B7D2
8#C7BBCD
9#C6C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C4 #E5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D197 #D197F2 | BordersInactive statesPlaceholder text |
| 400 | B860 #B860EB | Disabled statesSecondary iconsMuted text |
| 500 | A433 #A433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8819 #8819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C14 #6C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0E #4D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310949 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FD;
--plum-100: #F1DFFB;
--plum-200: #E5C4F8;
--plum-300: #D197F2;
--plum-400: #B860EB;
--plum-500: #A433E6;
--plum-600: #8819C8;
--plum-700: #6C149F;
--plum-800: #4D0E71;
--plum-900: #310949;
--plum-950: #1F062D;
}