Plum
#AD8EFA
PurpleColor Codes
All color formats for development
HEX
#AD8EFARGB
rgb(173, 142, 250)HSL
hsl(257, 92%, 77%)OKLCH
oklch(0.719 0.155 295.5)CMYK
cmyk(31%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9269F9
2#7643F7
3#5B1DF6
4#4709E2
5#3B08BC
6#2F0697
7#230571
8#18034B
9#0C0226
Tints
Lighter variations
1#B59AFB
2#BDA5FB
3#C6B0FC
4#CEBBFC
5#D6C7FD
6#DED2FD
7#E6DDFE
8#EFE8FE
9#F7F4FF
Tones
Muted variations
1#AF94F5
2#B299F0
3#B49FEA
4#B6A4E5
5#B9A9DF
6#BBAFDA
7#BDB4D5
8#C0BACF
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 | D1BF #D1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFA | BordersInactive statesPlaceholder text |
| 400 | 8254 #8254F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5F23 #5F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4309 #4309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3607 #3607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2605 #26057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1903 #19034E | 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: #D1BFFC;
--plum-300: #AD8EFA;
--plum-400: #8254F8;
--plum-500: #5F23F6;
--plum-600: #4309D7;
--plum-700: #3607AB;
--plum-800: #26057A;
--plum-900: #19034E;
--plum-950: #0F0231;
}