Plum
#AC97F2
BlueColor Codes
All color formats for development
HEX
#AC97F2RGB
rgb(172, 151, 242)HSL
hsl(254, 78%, 77%)OKLCH
oklch(0.731 0.131 293.5)CMYK
cmyk(29%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9074EE
2#7451E9
3#592EE5
4#451AD2
5#3916AF
6#2E118C
7#220D69
8#170946
9#0B0423
Tints
Lighter variations
1#B4A1F3
2#BDABF5
3#C5B6F6
4#CDC0F7
5#D5CBF9
6#DED5FA
7#E6E0FB
8#EEEAFC
9#F7F5FE
Tones
Muted variations
1#AE9BEE
2#B1A0E9
3#B3A4E4
4#B6A9E0
5#B8ADDB
6#BBB2D7
7#BDB7D2
8#BFBBCD
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C4 #D0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC97 #AC97F2 | BordersInactive statesPlaceholder text |
| 400 | 8160 #8160EB | Disabled statesSecondary iconsMuted text |
| 500 | 5D33 #5D33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4219 #4219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3414 #34149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250E #250E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1809 #180949 | 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: #F4F1FD;
--plum-100: #E6DFFB;
--plum-200: #D0C4F8;
--plum-300: #AC97F2;
--plum-400: #8160EB;
--plum-500: #5D33E6;
--plum-600: #4219C8;
--plum-700: #34149F;
--plum-800: #250E71;
--plum-900: #180949;
--plum-950: #0F062D;
}