Plum
#AF8AFF
PurpleColor Codes
All color formats for development
HEX
#AF8AFFRGB
rgb(175, 138, 255)HSL
hsl(259, 100%, 77%)OKLCH
oklch(0.717 0.168 296.5)CMYK
cmyk(31%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9462FF
2#793BFF
3#5E14FF
4#4B00EC
5#3E00C4
6#32009D
7#250076
8#19004F
9#0C0027
Tints
Lighter variations
1#B795FF
2#BFA1FF
3#C7ADFF
4#CFB9FF
5#D7C4FF
6#DFD0FF
7#E7DCFF
8#EFE8FF
9#F7F3FF
Tones
Muted variations
1#B190F9
2#B395F3
3#B59BED
4#B7A1E8
5#BAA7E2
6#BCADDC
7#BEB3D6
8#C0B9D0
9#C2BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DB #E7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BD #D2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8A #AF8AFF | BordersInactive statesPlaceholder text |
| 400 | 854D #854DFF | Disabled statesSecondary iconsMuted text |
| 500 | 621A #621AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4700 #4700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3900 #3900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2800 #280080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A00 #1A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1000 #100033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F5F0FF;
--plum-100: #E7DBFF;
--plum-200: #D2BDFF;
--plum-300: #AF8AFF;
--plum-400: #854DFF;
--plum-500: #621AFF;
--plum-600: #4700E0;
--plum-700: #3900B3;
--plum-800: #280080;
--plum-900: #1A0052;
--plum-950: #100033;
}