Plum
#A190F9
BlueColor Codes
All color formats for development
HEX
#A190F9RGB
rgb(161, 144, 249)HSL
hsl(250, 90%, 77%)OKLCH
oklch(0.712 0.15 289.4)CMYK
cmyk(35%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#826AF7
2#6245F5
3#4320F3
4#2F0CE0
5#270ABB
6#1F0895
7#180670
8#10044B
9#080225
Tints
Lighter variations
1#AB9BFA
2#B4A6FA
3#BDB1FB
4#C7BCFB
5#D0C7FC
6#D9D2FD
7#E3DEFD
8#ECE9FE
9#F6F4FE
Tones
Muted variations
1#A595F4
2#A89AEF
3#AC9FE9
4#AFA5E4
5#B3AADF
6#B6AFD9
7#BAB5D4
8#BDBACF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC0 #CAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A190 #A190F9 | BordersInactive statesPlaceholder text |
| 400 | 7055 #7055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4725 #4725F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D0B #2D0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2409 #2409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A06 #1A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1004 #10044E | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E2DDFD;
--plum-200: #CAC0FC;
--plum-300: #A190F9;
--plum-400: #7055F6;
--plum-500: #4725F4;
--plum-600: #2D0BD5;
--plum-700: #2409AA;
--plum-800: #1A0679;
--plum-900: #10044E;
--plum-950: #0A0330;
}