Plum
#AB95F3
BlueColor Codes
All color formats for development
HEX
#AB95F3RGB
rgb(171, 149, 243)HSL
hsl(254, 80%, 77%)OKLCH
oklch(0.727 0.135 293.5)CMYK
cmyk(30%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F72EF
2#734FEB
3#572BE7
4#4418D4
5#3814B1
6#2D108D
7#220C6A
8#170847
9#0B0423
Tints
Lighter variations
1#B4A0F4
2#BCABF6
3#C4B5F7
4#CDC0F8
5#D5CAF9
6#DED5FA
7#E6DFFB
8#EEEAFD
9#F7F4FE
Tones
Muted variations
1#AE9AEF
2#B09FEA
3#B3A4E5
4#B5A8E1
5#B8ADDC
6#BAB2D7
7#BDB6D2
8#BFBBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB95 #AB95F3 | BordersInactive statesPlaceholder text |
| 400 | 805E #805EED | Disabled statesSecondary iconsMuted text |
| 500 | 5B30 #5B30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4016 #4016CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3312 #3312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250D #250D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1708 #170849 | 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: #F4F1FD;
--plum-100: #E6DFFB;
--plum-200: #D0C3F8;
--plum-300: #AB95F3;
--plum-400: #805EED;
--plum-500: #5B30E8;
--plum-600: #4016CA;
--plum-700: #3312A1;
--plum-800: #250D73;
--plum-900: #170849;
--plum-950: #0F052E;
}