Plum
#A88FFA
BlueColor Codes
All color formats for development
HEX
#A88FFARGB
rgb(168, 143, 250)HSL
hsl(254, 91%, 77%)OKLCH
oklch(0.717 0.153 292.9)CMYK
cmyk(33%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B69F8
2#6E44F6
3#501EF4
4#3D0BE1
5#3309BC
6#280796
7#1E0571
8#14044B
9#0A0226
Tints
Lighter variations
1#B19AFA
2#B9A5FB
3#C2B1FB
4#CBBCFC
5#D3C7FC
6#DCD2FD
7#E5DDFD
8#EEE9FE
9#F6F4FE
Tones
Muted variations
1#AB94F4
2#AE9AEF
3#B09FEA
4#B3A4E4
5#B6AADF
6#B9AFDA
7#BCB4D4
8#BFBACF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A88F #A88FFA | BordersInactive statesPlaceholder text |
| 400 | 7A55 #7A55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5524 #5524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A0A #3A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E08 #2E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2106 #21067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044E | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FE;
--plum-100: #E4DDFD;
--plum-200: #CEC0FC;
--plum-300: #A88FFA;
--plum-400: #7A55F7;
--plum-500: #5524F5;
--plum-600: #3A0AD6;
--plum-700: #2E08AA;
--plum-800: #21067A;
--plum-900: #15044E;
--plum-950: #0D0231;
}