Plum
#AB95F4
BlueColor Codes
All color formats for development
HEX
#AB95F4RGB
rgb(171, 149, 244)HSL
hsl(254, 81%, 77%)OKLCH
oklch(0.727 0.136 293.4)CMYK
cmyk(30%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F71F0
2#734EEC
3#572AE9
4#4316D5
5#3813B2
6#2D0F8E
7#210B6B
8#160747
9#0B0424
Tints
Lighter variations
1#B39FF5
2#BCAAF6
3#C4B5F7
4#CDBFF8
5#D5CAF9
6#DDD5FB
7#E6DFFC
8#EEEAFD
9#F7F4FE
Tones
Muted variations
1#AE9AEF
2#B09EEA
3#B3A3E6
4#B5A8E1
5#B8ADDC
6#BAB1D7
7#BDB6D3
8#BFBBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB95 #AB95F4 | BordersInactive statesPlaceholder text |
| 400 | 7F5D #7F5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 5B2F #5B2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4015 #4015CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3311 #3311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240C #240C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1708 #17084A | Primary textHigh emphasis contentDark headings |
| 950 | 0E05 #0E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E5DFFC;
--plum-200: #D0C3F9;
--plum-300: #AB95F4;
--plum-400: #7F5DEE;
--plum-500: #5B2FE9;
--plum-600: #4015CB;
--plum-700: #3311A2;
--plum-800: #240C73;
--plum-900: #17084A;
--plum-950: #0E052E;
}