Plum
#A590F9
BlueColor Codes
All color formats for development
HEX
#A590F9RGB
rgb(165, 144, 249)HSL
hsl(252, 90%, 77%)OKLCH
oklch(0.716 0.15 291.3)CMYK
cmyk(34%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#866AF7
2#6845F5
3#4A20F3
4#360CE0
5#2D0ABB
6#240895
7#1B0670
8#12044B
9#090225
Tints
Lighter variations
1#AE9BFA
2#B7A6FA
3#C0B1FB
4#C9BCFB
5#D2C7FC
6#DBD2FD
7#E4DEFD
8#EDE9FE
9#F6F4FE
Tones
Muted variations
1#A895F4
2#AB9AEF
3#AE9FE9
4#B1A5E4
5#B5AADF
6#B8AFD9
7#BBB5D4
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 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC0 #CCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A590 #A590F9 | BordersInactive statesPlaceholder text |
| 400 | 7655 #7655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E25 #4E25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 340B #340BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2909 #2909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D06 #1D0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1304 #13044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C03 #0C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E4DDFD;
--plum-200: #CCC0FC;
--plum-300: #A590F9;
--plum-400: #7655F6;
--plum-500: #4E25F4;
--plum-600: #340BD5;
--plum-700: #2909AA;
--plum-800: #1D0679;
--plum-900: #13044E;
--plum-950: #0C0330;
}