Plum
#A390F9
BlueColor Codes
All color formats for development
HEX
#A390F9RGB
rgb(163, 144, 249)HSL
hsl(251, 90%, 77%)OKLCH
oklch(0.714 0.15 290.4)CMYK
cmyk(35%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#846AF7
2#6545F5
3#4620F3
4#330CE0
5#2A0ABB
6#220895
7#190670
8#11044B
9#080225
Tints
Lighter variations
1#AC9BFA
2#B5A6FA
3#BFB1FB
4#C8BCFB
5#D1C7FC
6#DAD2FD
7#E3DEFD
8#EDE9FE
9#F6F4FE
Tones
Muted variations
1#A695F4
2#AA9AEF
3#AD9FE9
4#B0A5E4
5#B4AADF
6#B7AFD9
7#BAB5D4
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 | A390 #A390F9 | BordersInactive statesPlaceholder text |
| 400 | 7355 #7355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4B25 #4B25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 300B #300BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2609 #2609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B06 #1B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1204 #12044E | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | 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: #A390F9;
--plum-400: #7355F6;
--plum-500: #4B25F4;
--plum-600: #300BD5;
--plum-700: #2609AA;
--plum-800: #1B0679;
--plum-900: #12044E;
--plum-950: #0B0330;
}