Plum
#D496F3
PurpleColor Codes
All color formats for development
HEX
#D496F3RGB
rgb(212, 150, 243)HSL
hsl(280, 79%, 77%)OKLCH
oklch(0.766 0.144 313.9)CMYK
cmyk(13%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C573EF
2#B750EA
3#A82DE6
4#9519D3
5#7C15B0
6#63108D
7#4A0C69
8#320846
9#190423
Tints
Lighter variations
1#D8A1F4
2#DCABF5
3#E1B6F6
4#E5C0F8
5#E9CBF9
6#EED5FA
7#F2E0FB
8#F6EAFD
9#FBF5FE
Tones
Muted variations
1#D29BEE
2#D19FE9
3#CFA4E5
4#CEA9E0
5#CCADDC
6#CBB2D7
7#C9B6D2
8#C7BBCE
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 | E7C4 #E7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D496 #D496F3 | BordersInactive statesPlaceholder text |
| 400 | BD5F #BD5FEC | Disabled statesSecondary iconsMuted text |
| 500 | AA32 #AA32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E18 #8E18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7113 #7113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510D #510D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3409 #340949 | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F9F1FD;
--plum-100: #F2DFFB;
--plum-200: #E7C4F8;
--plum-300: #D496F3;
--plum-400: #BD5FEC;
--plum-500: #AA32E7;
--plum-600: #8E18C9;
--plum-700: #7113A0;
--plum-800: #510D72;
--plum-900: #340949;
--plum-950: #20052E;
}