Plum
#A08DFB
BlueColor Codes
All color formats for development
HEX
#A08DFBRGB
rgb(160, 141, 251)HSL
hsl(250, 93%, 77%)OKLCH
oklch(0.707 0.157 289.7)CMYK
cmyk(36%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8068FA
2#6042F8
3#411CF7
4#2D08E3
5#2507BD
6#1E0598
7#160472
8#0F034C
9#070126
Tints
Lighter variations
1#A999FB
2#B3A4FC
3#BCB0FC
4#C6BBFD
5#CFC6FD
6#D9D2FD
7#E2DDFE
8#ECE8FE
9#F5F4FF
Tones
Muted variations
1#A493F5
2#A799F0
3#AB9EEB
4#AFA4E5
5#B2A9E0
6#B6AFDA
7#B9B4D5
8#BDB9CF
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 | C9BF #C9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A08E #A08EFB | BordersInactive statesPlaceholder text |
| 400 | 6E53 #6E53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4522 #4522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B08 #2B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2206 #2206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1804 #18047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1003 #10034F | 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: #C9BFFD;
--plum-300: #A08EFB;
--plum-400: #6E53F9;
--plum-500: #4522F7;
--plum-600: #2B08D9;
--plum-700: #2206AC;
--plum-800: #18047B;
--plum-900: #10034F;
--plum-950: #0A0231;
}