Plum
#AC96F3
BlueColor Codes
All color formats for development
HEX
#AC96F3RGB
rgb(172, 150, 243)HSL
hsl(254, 79%, 77%)OKLCH
oklch(0.729 0.134 293.7)CMYK
cmyk(29%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9073EF
2#7450EA
3#582DE6
4#4419D3
5#3915B0
6#2D108D
7#220C69
8#170846
9#0B0423
Tints
Lighter variations
1#B4A1F4
2#BCABF5
3#C5B6F6
4#CDC0F8
5#D5CBF9
6#DED5FA
7#E6E0FB
8#EEEAFD
9#F7F5FE
Tones
Muted variations
1#AE9BEE
2#B19FE9
3#B3A4E5
4#B6A9E0
5#B8ADDC
6#BAB2D7
7#BDB6D2
8#BFBBCE
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 | AC96 #AC96F3 | BordersInactive statesPlaceholder text |
| 400 | 805F #805FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5C32 #5C32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4118 #4118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3413 #3413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250D #250D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1809 #180949 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | 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: #AC96F3;
--plum-400: #805FEC;
--plum-500: #5C32E7;
--plum-600: #4118C9;
--plum-700: #3413A0;
--plum-800: #250D72;
--plum-900: #180949;
--plum-950: #0F052E;
}