Plum
#AD98F1
BlueColor Codes
All color formats for development
HEX
#AD98F1RGB
rgb(173, 152, 241)HSL
hsl(254, 76%, 77%)OKLCH
oklch(0.733 0.128 293.9)CMYK
cmyk(28%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9175EC
2#7553E7
3#5A30E3
4#461CCF
5#3A18AD
6#2F138A
7#230E68
8#170945
9#0C0523
Tints
Lighter variations
1#B5A2F2
2#BDACF4
3#C5B7F5
4#CEC1F7
5#D6CBF8
6#DED6F9
7#E6E0FB
8#EFEAFC
9#F7F5FE
Tones
Muted variations
1#AF9CEC
2#B1A1E8
3#B4A5E4
4#B6AADF
5#B8AEDB
6#BBB3D6
7#BDB7D2
8#C0BBCD
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C5 #D0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD98 #AD98F1 | BordersInactive statesPlaceholder text |
| 400 | 8262 #8262EA | Disabled statesSecondary iconsMuted text |
| 500 | 5E35 #5E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 431B #431BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3515 #35159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260F #260F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 180A #180A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0F06 #0F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F2FD;
--plum-100: #E6E0FB;
--plum-200: #D0C5F7;
--plum-300: #AD98F1;
--plum-400: #8262EA;
--plum-500: #5E35E3;
--plum-600: #431BC5;
--plum-700: #35159D;
--plum-800: #260F70;
--plum-900: #180A48;
--plum-950: #0F062D;
}