Plum
#AF90F9
PurpleColor Codes
All color formats for development
HEX
#AF90F9RGB
rgb(175, 144, 249)HSL
hsl(258, 90%, 77%)OKLCH
oklch(0.724 0.151 296)CMYK
cmyk(30%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#956AF7
2#7A45F5
3#5F20F3
4#4B0CE0
5#3F0ABB
6#320895
7#260670
8#19044B
9#0D0225
Tints
Lighter variations
1#B79BFA
2#BFA6FA
3#C7B1FB
4#CFBCFB
5#D7C7FC
6#DFD2FD
7#E7DEFD
8#EFE9FE
9#F7F4FE
Tones
Muted variations
1#B195F4
2#B39AEF
3#B69FE9
4#B8A5E4
5#BAAADF
6#BCAFD9
7#BEB5D4
8#C0BACF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C0 #D2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF90 #AF90F9 | BordersInactive statesPlaceholder text |
| 400 | 8655 #8655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 6325 #6325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 480B #480BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3909 #3909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2906 #290679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A04 #1A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FE;
--plum-100: #E7DDFD;
--plum-200: #D2C0FC;
--plum-300: #AF90F9;
--plum-400: #8655F6;
--plum-500: #6325F4;
--plum-600: #480BD5;
--plum-700: #3909AA;
--plum-800: #290679;
--plum-900: #1A044E;
--plum-950: #100330;
}