Plum
#D494F4
PurpleColor Codes
All color formats for development
HEX
#D494F4RGB
rgb(212, 148, 244)HSL
hsl(280, 81%, 77%)OKLCH
oklch(0.764 0.148 313.8)CMYK
cmyk(13%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C671F0
2#B84EEC
3#A92AE9
4#9616D5
5#7D13B2
6#640F8E
7#4B0B6B
8#320747
9#190424
Tints
Lighter variations
1#D89FF5
2#DDAAF6
3#E1B5F7
4#E5BFF8
5#EACAF9
6#EED5FB
7#F2DFFC
8#F6EAFD
9#FBF4FE
Tones
Muted variations
1#D39AEF
2#D19EEA
3#CFA3E6
4#CEA8E1
5#CCADDC
6#CBB1D7
7#C9B6D3
8#C8BBCE
9#C6C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C3 #E7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D495 #D495F4 | BordersInactive statesPlaceholder text |
| 400 | BE5D #BE5DEE | Disabled statesSecondary iconsMuted text |
| 500 | AB2F #AB2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E15 #8E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7111 #7111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510C #510C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3408 #34084A | 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: #F9F1FE;
--plum-100: #F2DFFC;
--plum-200: #E7C3F9;
--plum-300: #D495F4;
--plum-400: #BE5DEE;
--plum-500: #AB2FE9;
--plum-600: #8E15CB;
--plum-700: #7111A2;
--plum-800: #510C73;
--plum-900: #34084A;
--plum-950: #20052E;
}