Plum
#A890F9
BlueColor Codes
All color formats for development
HEX
#A890F9RGB
rgb(168, 144, 249)HSL
hsl(254, 90%, 77%)OKLCH
oklch(0.718 0.15 292.7)CMYK
cmyk(33%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B6AF7
2#6E45F5
3#5120F3
4#3D0CE0
5#330ABB
6#290895
7#1F0670
8#14044B
9#0A0225
Tints
Lighter variations
1#B19BFA
2#BAA6FA
3#C2B1FB
4#CBBCFB
5#D4C7FC
6#DCD2FD
7#E5DEFD
8#EEE9FE
9#F6F4FE
Tones
Muted variations
1#AB95F4
2#AE9AEF
3#B19FE9
4#B3A5E4
5#B6AADF
6#B9AFD9
7#BCB5D4
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 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A890 #A890F9 | BordersInactive statesPlaceholder text |
| 400 | 7B55 #7B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5525 #5525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A0B #3A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E09 #2E09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2106 #210679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044E | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FE;
--plum-100: #E5DDFD;
--plum-200: #CEC0FC;
--plum-300: #A890F9;
--plum-400: #7B55F6;
--plum-500: #5525F4;
--plum-600: #3A0BD5;
--plum-700: #2E09AA;
--plum-800: #210679;
--plum-900: #15044E;
--plum-950: #0D0330;
}