Plum
#A690F9
BlueColor Codes
All color formats for development
HEX
#A690F9RGB
rgb(166, 144, 249)HSL
hsl(253, 90%, 77%)OKLCH
oklch(0.716 0.15 291.8)CMYK
cmyk(33%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#896AF7
2#6B45F5
3#4D20F3
4#3A0CE0
5#300ABB
6#260895
7#1D0670
8#13044B
9#0A0225
Tints
Lighter variations
1#AF9BFA
2#B8A6FA
3#C1B1FB
4#CABCFB
5#D3C7FC
6#DCD2FD
7#E4DEFD
8#EDE9FE
9#F6F4FE
Tones
Muted variations
1#A995F4
2#AC9AEF
3#AF9FE9
4#B2A5E4
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 | CDC0 #CDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A690 #A690F9 | BordersInactive statesPlaceholder text |
| 400 | 7855 #7855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5225 #5225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 370B #370BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C09 #2C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F06 #1F0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044E | 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: #CDC0FC;
--plum-300: #A690F9;
--plum-400: #7855F6;
--plum-500: #5225F4;
--plum-600: #370BD5;
--plum-700: #2C09AA;
--plum-800: #1F0679;
--plum-900: #14044E;
--plum-950: #0C0330;
}