Plum
#AF94F5
PurpleColor Codes
All color formats for development
HEX
#AF94F5RGB
rgb(175, 148, 245)HSL
hsl(257, 83%, 77%)OKLCH
oklch(0.729 0.14 295.5)CMYK
cmyk(29%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9570F2
2#7A4CEE
3#5F28EB
4#4B14D8
5#3F11B4
6#320D90
7#260A6C
8#190748
9#0D0324
Tints
Lighter variations
1#B79EF6
2#BFA9F7
3#C7B4F8
4#CFBFF9
5#D7C9FA
6#DFD4FB
7#E7DFFC
8#EFEAFD
9#F7F4FE
Tones
Muted variations
1#B199F0
2#B39DEB
3#B6A2E6
4#B8A7E2
5#BAACDD
6#BCB1D8
7#BEB6D3
8#C0BBCE
9#C2BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C2 #D2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF94 #AF94F5 | BordersInactive statesPlaceholder text |
| 400 | 865C #865CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 632D #632DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4813 #4813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 390F #390FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290B #290B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A07 #1A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FE;
--plum-100: #E7DEFC;
--plum-200: #D2C2F9;
--plum-300: #AF94F5;
--plum-400: #865CF0;
--plum-500: #632DEB;
--plum-600: #4813CD;
--plum-700: #390FA3;
--plum-800: #290B75;
--plum-900: #1A074B;
--plum-950: #10042F;
}