Plum
#A18FFA
BlueColor Codes
All color formats for development
HEX
#A18FFARGB
rgb(161, 143, 250)HSL
hsl(250, 91%, 77%)OKLCH
oklch(0.711 0.153 289.6)CMYK
cmyk(36%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8169F8
2#6244F6
3#421EF4
4#2E0BE1
5#2709BC
6#1F0796
7#170571
8#0F044B
9#080226
Tints
Lighter variations
1#AA9AFA
2#B4A5FB
3#BDB1FB
4#C6BCFC
5#D0C7FC
6#D9D2FD
7#E3DDFD
8#ECE9FE
9#F6F4FE
Tones
Muted variations
1#A494F4
2#A89AEF
3#AB9FEA
4#AFA4E4
5#B3AADF
6#B6AFDA
7#BAB4D4
8#BDBACF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC0 #CAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A18F #A18FFA | BordersInactive statesPlaceholder text |
| 400 | 7055 #7055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4724 #4724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0A #2C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2308 #2308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1906 #19067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1004 #10044E | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E2DDFD;
--plum-200: #CAC0FC;
--plum-300: #A18FFA;
--plum-400: #7055F7;
--plum-500: #4724F5;
--plum-600: #2C0AD6;
--plum-700: #2308AA;
--plum-800: #19067A;
--plum-900: #10044E;
--plum-950: #0A0231;
}