Plum
#AF8FFA
PurpleColor Codes
All color formats for development
HEX
#AF8FFARGB
rgb(175, 143, 250)HSL
hsl(258, 91%, 77%)OKLCH
oklch(0.723 0.154 296.1)CMYK
cmyk(30%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9469F8
2#7944F6
3#5F1EF4
4#4B0BE1
5#3E09BC
6#320796
7#250571
8#19044B
9#0C0226
Tints
Lighter variations
1#B79AFA
2#BFA5FB
3#C7B1FB
4#CFBCFC
5#D7C7FC
6#DFD2FD
7#E7DDFD
8#EFE9FE
9#F7F4FE
Tones
Muted variations
1#B194F4
2#B39AEF
3#B59FEA
4#B8A4E4
5#BAAADF
6#BCAFDA
7#BEB4D4
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 | AF8F #AF8FFA | BordersInactive statesPlaceholder text |
| 400 | 8555 #8555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6224 #6224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 470A #470AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3908 #3908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2906 #29067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A04 #1A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | 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: #AF8FFA;
--plum-400: #8555F7;
--plum-500: #6224F5;
--plum-600: #470AD6;
--plum-700: #3908AA;
--plum-800: #29067A;
--plum-900: #1A044E;
--plum-950: #100231;
}