Plum
#AF92F6
PurpleColor Codes
All color formats for development
HEX
#AF92F6RGB
rgb(175, 146, 246)HSL
hsl(257, 85%, 77%)OKLCH
oklch(0.726 0.144 296)CMYK
cmyk(29%, 41%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#946EF3
2#794AF0
3#5E26ED
4#4A12DA
5#3E0FB6
6#320C91
7#25096D
8#190649
9#0C0324
Tints
Lighter variations
1#B79DF7
2#BFA8F8
3#C7B3F9
4#CFBEFA
5#D7C9FB
6#DFD4FB
7#E7DEFC
8#EFE9FD
9#F7F4FE
Tones
Muted variations
1#B197F1
2#B39CEC
3#B5A1E7
4#B7A6E2
5#BAABDD
6#BCB0D8
7#BEB5D3
8#C0BACE
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 #D2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AF92 #AF92F6 | BordersInactive statesPlaceholder text |
| 400 | 855A #855AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 622B #622BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4711 #4711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 380D #380DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280A #280A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A06 #1A064B | 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: #D2C2FA;
--plum-300: #AF92F6;
--plum-400: #855AF2;
--plum-500: #622BEE;
--plum-600: #4711D0;
--plum-700: #380DA5;
--plum-800: #280A76;
--plum-900: #1A064B;
--plum-950: #10042F;
}