Plum
#D597F2
PurpleColor Codes
All color formats for development
HEX
#D597F2RGB
rgb(213, 151, 242)HSL
hsl(281, 78%, 77%)OKLCH
oklch(0.769 0.142 314.5)CMYK
cmyk(12%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C774EE
2#B951E9
3#AB2EE5
4#981AD2
5#7E16AF
6#65118C
7#4C0D69
8#330946
9#190423
Tints
Lighter variations
1#D9A1F3
2#DDABF5
3#E2B6F6
4#E6C0F7
5#EACBF9
6#EED5FA
7#F2E0FB
8#F7EAFC
9#FBF5FE
Tones
Muted variations
1#D39BEE
2#D2A0E9
3#D0A4E4
4#CEA9E0
5#CDADDB
6#CBB2D7
7#C9B7D2
8#C8BBCD
9#C6C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C4 #E7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D597 #D597F2 | BordersInactive statesPlaceholder text |
| 400 | BF60 #BF60EB | Disabled statesSecondary iconsMuted text |
| 500 | AD33 #AD33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9019 #9019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7314 #73149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520E #520E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3409 #340949 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF1FD;
--plum-100: #F2DFFB;
--plum-200: #E7C4F8;
--plum-300: #D597F2;
--plum-400: #BF60EB;
--plum-500: #AD33E6;
--plum-600: #9019C8;
--plum-700: #73149F;
--plum-800: #520E71;
--plum-900: #340949;
--plum-950: #21062D;
}