Plum
#AD95F4
PurpleColor Codes
All color formats for development
HEX
#AD95F4RGB
rgb(173, 149, 244)HSL
hsl(255, 81%, 77%)OKLCH
oklch(0.729 0.136 294.4)CMYK
cmyk(29%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9171F0
2#754EEC
3#5A2AE9
4#4616D5
5#3A13B2
6#2F0F8E
7#230B6B
8#170747
9#0C0424
Tints
Lighter variations
1#B59FF5
2#BDAAF6
3#C5B5F7
4#CEBFF8
5#D6CAF9
6#DED5FB
7#E6DFFC
8#EFEAFD
9#F7F4FE
Tones
Muted variations
1#AF9AEF
2#B19EEA
3#B4A3E6
4#B6A8E1
5#B8ADDC
6#BBB1D7
7#BDB6D3
8#C0BBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD95 #AD95F4 | BordersInactive statesPlaceholder text |
| 400 | 825D #825DEE | Disabled statesSecondary iconsMuted text |
| 500 | 5E2F #5E2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4315 #4315CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3511 #3511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260C #260C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1808 #18084A | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E6DFFC;
--plum-200: #D0C3F9;
--plum-300: #AD95F4;
--plum-400: #825DEE;
--plum-500: #5E2FE9;
--plum-600: #4315CB;
--plum-700: #3511A2;
--plum-800: #260C73;
--plum-900: #18084A;
--plum-950: #0F052E;
}