Plum
#D897F2
PurpleColor Codes
All color formats for development
HEX
#D897F2RGB
rgb(216, 151, 242)HSL
hsl(283, 78%, 77%)OKLCH
oklch(0.772 0.143 315.9)CMYK
cmyk(11%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB74EE
2#BE51E9
3#B12EE5
4#9E1AD2
5#8316AF
6#69118C
7#4F0D69
8#350946
9#1A0423
Tints
Lighter variations
1#DCA1F3
2#E0ABF5
3#E4B6F6
4#E8C0F7
5#ECCBF9
6#EFD5FA
7#F3E0FB
8#F7EAFC
9#FBF5FE
Tones
Muted variations
1#D69BEE
2#D4A0E9
3#D2A4E4
4#D0A9E0
5#CEADDB
6#CCB2D7
7#CAB7D2
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 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C4 #E9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D897 #D897F2 | BordersInactive statesPlaceholder text |
| 400 | C460 #C460EB | Disabled statesSecondary iconsMuted text |
| 500 | B333 #B333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9619 #9619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7714 #77149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550E #550E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3709 #370949 | Primary textHigh emphasis contentDark headings |
| 950 | 2206 #22062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF1FD;
--plum-100: #F3DFFB;
--plum-200: #E9C4F8;
--plum-300: #D897F2;
--plum-400: #C460EB;
--plum-500: #B333E6;
--plum-600: #9619C8;
--plum-700: #77149F;
--plum-800: #550E71;
--plum-900: #370949;
--plum-950: #22062D;
}