Plum
#D698F1
PurpleColor Codes
All color formats for development
HEX
#D698F1RGB
rgb(214, 152, 241)HSL
hsl(282, 76%, 77%)OKLCH
oklch(0.771 0.139 315.2)CMYK
cmyk(11%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C975EC
2#BB53E7
3#AD30E3
4#9A1CCF
5#8018AD
6#66138A
7#4D0E68
8#330945
9#1A0523
Tints
Lighter variations
1#DAA2F2
2#DEACF4
3#E2B7F5
4#E7C1F7
5#EBCBF8
6#EFD6F9
7#F3E0FB
8#F7EAFC
9#FBF5FE
Tones
Muted variations
1#D49CEC
2#D3A1E8
3#D1A5E4
4#CFAADF
5#CDAEDB
6#CBB3D6
7#CAB7D2
8#C8BBCD
9#C6C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3E0 #F3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C5 #E8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D698 #D698F1 | BordersInactive statesPlaceholder text |
| 400 | C162 #C162EA | Disabled statesSecondary iconsMuted text |
| 500 | AF35 #AF35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 921B #921BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7415 #74159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530F #530F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 350A #350A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF2FD;
--plum-100: #F3E0FB;
--plum-200: #E8C5F7;
--plum-300: #D698F1;
--plum-400: #C162EA;
--plum-500: #AF35E3;
--plum-600: #921BC5;
--plum-700: #74159D;
--plum-800: #530F70;
--plum-900: #350A48;
--plum-950: #21062D;
}