Plum
#A08EFA
BlueColor Codes
All color formats for development
HEX
#A08EFARGB
rgb(160, 142, 250)HSL
hsl(250, 92%, 77%)OKLCH
oklch(0.708 0.155 289.5)CMYK
cmyk(36%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8169F9
2#6143F7
3#411DF6
4#2E09E2
5#2608BC
6#1E0697
7#170571
8#0F034B
9#080226
Tints
Lighter variations
1#AA9AFB
2#B3A5FB
3#BDB0FC
4#C6BBFC
5#D0C7FD
6#D9D2FD
7#E3DDFE
8#ECE8FE
9#F6F4FF
Tones
Muted variations
1#A494F5
2#A899F0
3#AB9FEA
4#AFA4E5
5#B2A9DF
6#B6AFDA
7#BAB4D5
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 #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A08E #A08EFA | BordersInactive statesPlaceholder text |
| 400 | 6F54 #6F54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4623 #4623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B09 #2B09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2307 #2307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1905 #19057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1003 #10034E | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E2DDFE;
--plum-200: #CABFFC;
--plum-300: #A08EFA;
--plum-400: #6F54F8;
--plum-500: #4623F6;
--plum-600: #2B09D7;
--plum-700: #2307AB;
--plum-800: #19057A;
--plum-900: #10034E;
--plum-950: #0A0231;
}