Plum
#D497F2
PurpleColor Codes
All color formats for development
HEX
#D497F2RGB
rgb(212, 151, 242)HSL
hsl(280, 78%, 77%)OKLCH
oklch(0.768 0.141 314)CMYK
cmyk(12%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C574EE
2#B751E9
3#A82EE5
4#941AD2
5#7C16AF
6#63118C
7#4A0D69
8#310946
9#190423
Tints
Lighter variations
1#D8A1F3
2#DCABF5
3#E1B6F6
4#E5C0F7
5#E9CBF9
6#EED5FA
7#F2E0FB
8#F6EAFC
9#FBF5FE
Tones
Muted variations
1#D29BEE
2#D1A0E9
3#CFA4E4
4#CDA9E0
5#CCADDB
6#CAB2D7
7#C9B7D2
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 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C4 #E6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D497 #D497F2 | BordersInactive statesPlaceholder text |
| 400 | BD60 #BD60EB | Disabled statesSecondary iconsMuted text |
| 500 | AA33 #AA33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D19 #8D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7014 #70149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500E #500E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3309 #330949 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FD;
--plum-100: #F2DFFB;
--plum-200: #E6C4F8;
--plum-300: #D497F2;
--plum-400: #BD60EB;
--plum-500: #AA33E6;
--plum-600: #8D19C8;
--plum-700: #70149F;
--plum-800: #500E71;
--plum-900: #330949;
--plum-950: #20062D;
}