Plum
#AF96F3
PurpleColor Codes
All color formats for development
HEX
#AF96F3RGB
rgb(175, 150, 243)HSL
hsl(256, 79%, 77%)OKLCH
oklch(0.732 0.134 295.3)CMYK
cmyk(28%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9473EF
2#7950EA
3#5E2DE6
4#4A19D3
5#3E15B0
6#32108D
7#250C69
8#190846
9#0C0423
Tints
Lighter variations
1#B7A1F4
2#BFABF5
3#C7B6F6
4#CFC0F8
5#D7CBF9
6#DFD5FA
7#E7E0FB
8#EFEAFD
9#F7F5FE
Tones
Muted variations
1#B19BEE
2#B39FE9
3#B5A4E5
4#B7A9E0
5#BAADDC
6#BCB2D7
7#BEB6D2
8#C0BBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C4 #D2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF96 #AF96F3 | BordersInactive statesPlaceholder text |
| 400 | 855F #855FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6232 #6232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4718 #4718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3813 #3813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280D #280D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F1FD;
--plum-100: #E7DFFB;
--plum-200: #D2C4F8;
--plum-300: #AF96F3;
--plum-400: #855FEC;
--plum-500: #6232E7;
--plum-600: #4718C9;
--plum-700: #3813A0;
--plum-800: #280D72;
--plum-900: #1A0949;
--plum-950: #10052E;
}