Plum
#A38FFA
BlueColor Codes
All color formats for development
HEX
#A38FFARGB
rgb(163, 143, 250)HSL
hsl(251, 91%, 77%)OKLCH
oklch(0.713 0.153 290.6)CMYK
cmyk(35%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8469F8
2#6544F6
3#461EF4
4#320BE1
5#2A09BC
6#210796
7#190571
8#11044B
9#080226
Tints
Lighter variations
1#AC9AFA
2#B5A5FB
3#BEB1FB
4#C8BCFC
5#D1C7FC
6#DAD2FD
7#E3DDFD
8#EDE9FE
9#F6F4FE
Tones
Muted variations
1#A694F4
2#A99AEF
3#AD9FEA
4#B0A4E4
5#B3AADF
6#B7AFDA
7#BAB4D4
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 | CBC0 #CBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A38F #A38FFA | BordersInactive statesPlaceholder text |
| 400 | 7255 #7255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4A24 #4A24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 300A #300AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2608 #2608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B06 #1B067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1104 #11044E | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E3DDFD;
--plum-200: #CBC0FC;
--plum-300: #A38FFA;
--plum-400: #7255F7;
--plum-500: #4A24F5;
--plum-600: #300AD6;
--plum-700: #2608AA;
--plum-800: #1B067A;
--plum-900: #11044E;
--plum-950: #0B0231;
}