Plum
#A48FFA
BlueColor Codes
All color formats for development
HEX
#A48FFARGB
rgb(164, 143, 250)HSL
hsl(252, 91%, 77%)OKLCH
oklch(0.713 0.153 291)CMYK
cmyk(34%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8669F8
2#6844F6
3#491EF4
4#350BE1
5#2D09BC
6#240796
7#1B0571
8#12044B
9#090226
Tints
Lighter variations
1#AD9AFA
2#B6A5FB
3#C0B1FB
4#C9BCFC
5#D2C7FC
6#DBD2FD
7#E4DDFD
8#EDE9FE
9#F6F4FE
Tones
Muted variations
1#A894F4
2#AB9AEF
3#AE9FEA
4#B1A4E4
5#B4AADF
6#B8AFDA
7#BBB4D4
8#BEBACF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC0 #CCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A48F #A48FFA | BordersInactive statesPlaceholder text |
| 400 | 7555 #7555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4E24 #4E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 330A #330AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2908 #2908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D06 #1D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1304 #13044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E3DDFD;
--plum-200: #CCC0FC;
--plum-300: #A48FFA;
--plum-400: #7555F7;
--plum-500: #4E24F5;
--plum-600: #330AD6;
--plum-700: #2908AA;
--plum-800: #1D067A;
--plum-900: #13044E;
--plum-950: #0C0231;
}