Plum
#AC94F5
PurpleColor Codes
All color formats for development
HEX
#AC94F5RGB
rgb(172, 148, 245)HSL
hsl(255, 83%, 77%)OKLCH
oklch(0.727 0.139 294)CMYK
cmyk(30%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9070F2
2#744CEE
3#5928EB
4#4514D8
5#3911B4
6#2E0D90
7#220A6C
8#170748
9#0B0324
Tints
Lighter variations
1#B49EF6
2#BDA9F7
3#C5B4F8
4#CDBFF9
5#D6C9FA
6#DED4FB
7#E6DFFC
8#EEEAFD
9#F7F4FE
Tones
Muted variations
1#AE99F0
2#B19DEB
3#B3A2E6
4#B6A7E2
5#B8ACDD
6#BBB1D8
7#BDB6D3
8#BFBBCE
9#C2BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC94 #AC94F5 | BordersInactive statesPlaceholder text |
| 400 | 815C #815CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 5D2D #5D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4213 #4213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340F #340FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250B #250B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E6DEFC;
--plum-200: #D0C2F9;
--plum-300: #AC94F5;
--plum-400: #815CF0;
--plum-500: #5D2DEB;
--plum-600: #4213CD;
--plum-700: #340FA3;
--plum-800: #250B75;
--plum-900: #18074B;
--plum-950: #0F042F;
}