Plum
#D596F3
PurpleColor Codes
All color formats for development
HEX
#D596F3RGB
rgb(213, 150, 243)HSL
hsl(281, 79%, 77%)OKLCH
oklch(0.767 0.144 314.3)CMYK
cmyk(12%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C773EF
2#B950EA
3#AB2DE6
4#9819D3
5#7F15B0
6#65108D
7#4C0C69
8#330846
9#190423
Tints
Lighter variations
1#DAA1F4
2#DEABF5
3#E2B6F6
4#E6C0F8
5#EACBF9
6#EED5FA
7#F3E0FB
8#F7EAFD
9#FBF5FE
Tones
Muted variations
1#D49BEE
2#D29FE9
3#D0A4E5
4#CFA9E0
5#CDADDC
6#CBB2D7
7#C9B6D2
8#C8BBCE
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 | D596 #D596F3 | BordersInactive statesPlaceholder text |
| 400 | C05F #C05FEC | Disabled statesSecondary iconsMuted text |
| 500 | AD32 #AD32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9118 #9118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7313 #7313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520D #520D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3509 #350949 | Primary textHigh emphasis contentDark headings |
| 950 | 2105 #21052E | 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: #D596F3;
--plum-400: #C05FEC;
--plum-500: #AD32E7;
--plum-600: #9118C9;
--plum-700: #7313A0;
--plum-800: #520D72;
--plum-900: #350949;
--plum-950: #21052E;
}