Plum
#AD8EFB
PurpleColor Codes
All color formats for development
HEX
#AD8EFBRGB
rgb(173, 142, 251)HSL
hsl(257, 93%, 77%)OKLCH
oklch(0.72 0.156 295.3)CMYK
cmyk(31%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9168FA
2#7642F8
3#5A1CF7
4#4608E3
5#3B07BD
6#2F0598
7#230472
8#17034C
9#0C0126
Tints
Lighter variations
1#B599FB
2#BDA4FC
3#C5B0FC
4#CEBBFD
5#D6C6FD
6#DED2FD
7#E6DDFE
8#EFE8FE
9#F7F4FF
Tones
Muted variations
1#AF93F5
2#B199F0
3#B49EEB
4#B6A4E5
5#B9A9E0
6#BBAFDA
7#BDB4D5
8#C0B9CF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BF #D0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFB | BordersInactive statesPlaceholder text |
| 400 | 8253 #8253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E22 #5E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4308 #4308D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3506 #3506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2604 #26047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1803 #18034F | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FE;
--plum-100: #E6DDFE;
--plum-200: #D0BFFD;
--plum-300: #AD8EFB;
--plum-400: #8253F9;
--plum-500: #5E22F7;
--plum-600: #4308D9;
--plum-700: #3506AC;
--plum-800: #26047B;
--plum-900: #18034F;
--plum-950: #0F0231;
}