Plum
#AF8EFA
PurpleColor Codes
All color formats for development
HEX
#AF8EFARGB
rgb(175, 142, 250)HSL
hsl(258, 92%, 77%)OKLCH
oklch(0.721 0.155 296.4)CMYK
cmyk(30%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9469F9
2#7943F7
3#5E1DF6
4#4A09E2
5#3E08BC
6#320697
7#250571
8#19034B
9#0C0226
Tints
Lighter variations
1#B79AFB
2#BFA5FB
3#C7B0FC
4#CFBBFC
5#D7C7FD
6#DFD2FD
7#E7DDFE
8#EFE8FE
9#F7F4FF
Tones
Muted variations
1#B194F5
2#B399F0
3#B59FEA
4#B7A4E5
5#BAA9DF
6#BCAFDA
7#BEB4D5
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 #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFA | BordersInactive statesPlaceholder text |
| 400 | 8554 #8554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6223 #6223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4709 #4709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3807 #3807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2805 #28057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034E | 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: #E7DDFE;
--plum-200: #D2BFFC;
--plum-300: #AF8EFA;
--plum-400: #8554F8;
--plum-500: #6223F6;
--plum-600: #4709D7;
--plum-700: #3807AB;
--plum-800: #28057A;
--plum-900: #1A034E;
--plum-950: #100231;
}